Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BAD_INDICATOR errno=11 #91

Open
capof1000 opened this issue Nov 17, 2024 · 0 comments
Open

BAD_INDICATOR errno=11 #91

capof1000 opened this issue Nov 17, 2024 · 0 comments

Comments

@capof1000
Copy link

capof1000 commented Nov 17, 2024

Basically this program work perfectly after device is freshly flash. But as soon as i restart my esp , nothing works anymore :

the esp captive portail have the basic appareance (only option is the OTA)
and log display this :

12:57:01 | [D] | [esp32.preferences:114] | Saving 1 preferences to flash...
12:57:01 | [D] | [esp32.preferences:143] | Saving 1 preferences to flash: 0 cached, 1 written, 0 failed
12:57:05 | [D] | [api:103] | Accepted 192.168.1.114
12:57:05 | [W] | [api.connection:108] | : Reading failed: BAD_INDICATOR errno=11
12:57:05 | [D] | [api:103] | Accepted 192.168.1.114
12:57:05 | [W] | [api.connection:108] | : Reading failed: BAD_INDICATOR errno=11
12:57:05 | [D] | [api:103] | Accepted 192.168.1.114
12:57:05 | [W] | [api.connection:108] | : Reading failed: BAD_INDICATOR errno=11
12:57:05 | [D] | [api:103] | Accepted 192.168.1.114
12:57:05 | [W] | [api.connection:108] | : Reading failed: BAD_INDICATOR errno=11
12:57:52 | [D] | [api:103] | Accepted 192.168.1.114
12:57:52 | [W] | [api.connection:108] | : Reading failed: BAD_INDICATOR errno=11
12:57:52 | [D] | [api:103] | Accepted 192.168.1.114
12:57:52 | [W] | [api.connection:108] | : Reading failed: BAD_INDICATOR errno=11
12:57:52 | [D] | [api:103] | Accepted 192.168.1.114
12:57:52 | [W] | [api.connection:108] | : Reading failed: BAD_INDICATOR errno=11
12:57:52 | [D] | [api:103] | Accepted 192.168.1.114

My search bring me to a problem related to the api encryption key.
I try those 2 configs:

api:
encryption:
key: "abcdefghijk123456789"

and also only :
api:

but same result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant