Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By teddyz
#85162 I have an ESP8266 in my coffee machine. It has been working nicely for two years and today I wanted to update it using OTA. And it worked, first time. But I made a mistake in the code and now I need to upload again and is stuck. The error I see is "536".

Code: Select allD:\Mina Dokument\Arduino\MQTT\mqtt_kaffe_v002>cd "D:\Mina Dokument\Arduino\MQTT\mqtt_kaffe_v002\"

D:\Mina Dokument\Arduino\MQTT\mqtt_kaffe_v002>python.exe "D:\Mina Dokument\Arduino\hardware\espressif\esp32\tools\espota.py" -i 192.168.1.156 -f "mqtt_kaffe_v00
2.ino.d1_mini.bin" --auth=CEf76lllSEFQqqfc
15:57:02 [DEBUG]: Options: {'esp_ip': '192.168.1.156', 'host_port': 51463, 'image': 'mqtt_kaffe_v002.ino.d1_mini.bin', 'host_ip': '0.0.0.0', 'auth': 'CEf76lllSE
FQqqfc', 'esp_port': 8266, 'spiffs': False, 'debug': False, 'progress': False}
15:57:02 [INFO]: Starting on 0.0.0.0:51463
15:57:02 [INFO]: Upload size: 477696
Sending invitation to 192.168.1.156
Authenticating...OK
15:57:03 [INFO]: Waiting for device...
Uploading.......................................................................................................................................................
................................................................................................................................................................
............................................................................................................................................................
15:57:16 [INFO]: Waiting for result...
15:57:16 [INFO]: Result: 536

15:57:16 [ERROR]: 536

D:\Mina Dokument\Arduino\MQTT\mqtt_kaffe_v002>pause
Press any key to continue . . .


How can I find what 536 means?