ayushsharma82 / ElegantOTA

OTA updates made slick and simple for everyone!
https://elegantota.pro
GNU Affero General Public License v3.0
646 stars 120 forks source link

[HTTP Error] Not Found #62

Closed mrlightsman closed 3 years ago

mrlightsman commented 3 years ago

I used the esp8266 demo as offered, only entering my wifi credentials.

Webserver loads fine. /update takes me to the update page. I navigate to the bin file for upload and click open.

The task bar progress to 100%, but then I get an [HTTP ERROR] Not Found message. The upload has not worked.

I am using a nodemcu 12F board with the latest arduino ide.

What have I done wrong? Thanks.

Johboh commented 3 years ago

I'm experiencing the same issue. Downgrading to 2.2.4 solves the issue (the version before the refactoring)

mrlightsman commented 3 years ago

Thank you. That did the trick. The new problem I have is when I try to set ElegantOTA.setID(“xyz”) the update webpage just spins. The elegant ota image is there, but the file upload section never loads. Any thoughts on that? I have the potential of a lot of devices on one network. I really want to utilize the id marker to help keep them straight. Thanks.

Johboh commented 3 years ago

I'm experiencing the same issue with the setID. It works sometimes on some devices, but mostly it doesn't. I'm not aware of a workaround for that one.

mrlightsman commented 3 years ago

Ok. Thanks. Let’s hope for a future fix.