-
Notifications
You must be signed in to change notification settings - Fork 16
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
Arduino_ESP_OTA::download failed with error code -1114268484 #35
Comments
Hi @aspymid, can you provide me with more logs? add the following lines to your sketch: void setup() {
Debug.setDebugLevel(DBG_VERBOSE);
...
} |
As requested ... debug output
Thanks! |
The sketch compilation stats:
|
I see that in your path you have added a query string in your url. Can you try it with an url without it? I think the issue may be there. |
I did remove the parameter string. It did not change anything. I will be doing more testing. |
In this branch I added the possibility to include the query string, can you try with this also? https://github.com/arduino-libraries/Arduino_ESP32_OTA/tree/download-improvements |
I got the original release 3.0 version of the code to work by adding code to stop and flush the Serial devices that are used by the application. as follows :
PS I had to shutdown the wifi softap also. |
@aspymid do you mind checking if your issue is solved with the 3.0.1 release? |
... and it worked first time and everytime without any code changes. |
My code works fine with version 2.0 but fails with version 3.0.
The error given is as follows:
This is on an ESP32 wrover system.
I had updated the
root.ca.h
file.The code follows:
The text was updated successfully, but these errors were encountered: