rith87

Results 8 comments of rith87

I hit the two errors from routines.o. You might want to check out http://www.esp8266.com/viewtopic.php?f=9&t=478 on how to work around those errors.

Also, I haven't been able to access http://103.253.146.183/. Is it up and running?

I've posted a question on the Espressif forums: http://bbs.espressif.com/viewtopic.php?f=7&t=1408&p=4696#p4696, since it is some weird behavior in the firmware upgrade function (which to me seems like a huge black box). It...

Another strange observation: ``` HEAD /firmwares/5651c5ffbcd1c23416107ba9/download - - ms - - ``` There's no return code for HEAD request from the server. Any chance you can get http://103.253.146.183/ up and...

Another interesting observation: ``` curl -X HEAD -i http://localhost/firmwares/5651c5ffbcd1c23416107ba9/download HTTP/1.1 302 Moved Temporarily X-Powered-By: Express Location: /login Vary: Accept, Accept-Encoding Content-Type: text/plain; charset=utf-8 Content-Length: 40 Set-Cookie: express:sess=eyJwYXNzcG9ydCI6e30sImZsYXNoIjp7fX0=; path=/; httponly Set-Cookie:...

Well, I figured that the 302 was due to authentication and disabled that temporarily. My curl requests return a 200 but still no return code on the ESP side... ```...

This is actually really strange. All I get from the HTTP request is an ACK (233 is the ESP, 134 is the server): ``` 43 20.146158000 192.168.30.233 192.168.30.134 HTTP 54...

Without the security fixes, ``` 9 0.062260000 192.168.30.233 192.168.30.134 TCP 252 [TCP segment of a reassembled PDU] 12 0.064925000 192.168.30.233 192.168.30.134 HTTP 54 HEAD /firmwares/5651c5ffbcd1c23416107ba9/download HTTP/1.1 Continuation or non-HTTP traffic...