-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Stream read time out Error #2049
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
My PR #1979 solves timeout issues, most probably yours too. |
@Jeroen88 I pulled your code and tried running it but it still fails.
|
Maybe if you try to declare a HTTPUpdate myHttpUpdate(15000) yourself and use that? The default timeout is 8000. |
I had similar problem and can confirm that the new Updater.cpp code solved the issue of disrupted writes streams. Be sure to set Timeout on your data stream (e.g. Wifi client) before starting OTA. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This stale issue has been automatically closed. Thank you for your contributions. |
Hardware:
Board: ESP32 Dev Module
IDE name: Arduino IDE
Flash Frequency: 80Mhz
Upload Speed: 115200?
Computer OS: Windows 10
Core Version 3.2
when I try to do OTA from amazon S3 it fails most of the time. I tried increasing the timeout to 3sec but no use.
The text was updated successfully, but these errors were encountered: