You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Board: ESP32 Dev Module
Core Installation version: 1.0.4
IDE name: Arduino IDE?
Flash Frequency: 80Mhz
Computer OS: Ubuntu
Description:
Describe your problem here
Can't get the smallest Sketch in Arduino IDE for OTA update (from internet) to work
Always Errors
In Arduino IDE => Connection refused
HTTP_UPDATE_FAILED Error (-1): HTTP error: connection refused
in PlatformIO => The famous Stream Read Timeout !
Using IDF with the same link I'm putting below , OTA works , It's just Arduino Core
Same problem here.
Probably related to the HTTPClient issue mentioned in #4039 and refers to #3347 , there is a workaround to HTTPClient, but i don't know if that can solve the update too.
Thank you for your reply
for some reason , as reported by many other users .. if you use a VPS , all goes fine
but with a shared hosting (cheap or free one) ., it usually fails .
I'll call this a FIX for the issue
Thanks again for your reply
Hardware:
Board: ESP32 Dev Module
Core Installation version: 1.0.4
IDE name: Arduino IDE?
Flash Frequency: 80Mhz
Computer OS: Ubuntu
Description:
Describe your problem here
Can't get the smallest Sketch in Arduino IDE for OTA update (from internet) to work
Always Errors
In Arduino IDE => Connection refused
HTTP_UPDATE_FAILED Error (-1): HTTP error: connection refused
in PlatformIO => The famous Stream Read Timeout !
Using IDF with the same link I'm putting below , OTA works , It's just Arduino Core
The text was updated successfully, but these errors were encountered: