jpmens/homie-ota

Connection reset by peer after pressing schedule button

Closed this issue · 2 comments

I always got this problem everytime I tried update OTA

lesjaw@cloud:~/homie-ota$ ./homie-ota.py
Bottle v0.12.13 server starting up (using WSGIRefServer())...
Listening on http://103.43.47.61:9080/
Hit Ctrl-C to quit.

202.62.17.11 - - [21/Aug/2017 22:11:25] "GET / HTTP/1.1" 200 20054
202.62.17.11 - - [21/Aug/2017 22:11:25] "GET /jquery.pBar.min.js HTTP/1.1" 304 0
202.62.17.11 - - [21/Aug/2017 22:11:25] "GET /styles.css HTTP/1.1" 304 0
202.62.17.11 - - [21/Aug/2017 22:11:25] "GET /jquery.min.js HTTP/1.1" 304 0
202.62.17.11 - - [21/Aug/2017 22:11:26] "GET /false.png HTTP/1.1" 304 0
202.62.17.11 - - [21/Aug/2017 22:11:26] "GET /true.png HTTP/1.1" 304 0
202.62.17.11 - - [21/Aug/2017 22:11:37] "POST /update HTTP/1.1" 200 75
[Errno 104] Connection reset by peer
[Errno 104] Connection reset by peer
[Errno 104] Connection reset by peer
[Errno 104] Connection reset by peer
[Errno 104] Connection reset by peer
[Errno 104] Connection reset by peer
[Errno 104] Connection reset by peer
[Errno 104] Connection reset by peer
[Errno 104] Connection reset by peer

My mistake, my broker setup message limit to 64KB while the firmware is around 350KB, after changing the message limit, connecttion reset anymore

I mean the connection didn't reset anymore... And the OTA run very smooth..