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
What you are trying to do?
I try to follow https://github.com/wolf128058/esp32-led-matrix/releases/latest/download/version.txt to download it's payload.
Describe what is failing.
HTTPClient follows till the final URL but when it should have a 200 and return the payload it tries to follow once more and gets a 404 after that. Looks like the http return code is not reset when the HTTPClient gets reused internally on the follow.
Show the shortest possible code that will duplicate the error.
What you are trying to do?
I try to follow https://github.com/wolf128058/esp32-led-matrix/releases/latest/download/version.txt to download it's payload.
Describe what is failing.
HTTPClient follows till the final URL but when it should have a 200 and return the payload it tries to follow once more and gets a 404 after that. Looks like the http return code is not reset when the HTTPClient gets reused internally on the follow.
Show the shortest possible code that will duplicate the error.
Hardware:
Board: ESP32 Dev Module
Core Installation version: 1.0.5-rc6
IDE name: Platform.io
Upload Speed: 115200
Computer OS: Ubuntu
Description:
guess I did that above.
Not reusing the connection (no follow) works.
The text was updated successfully, but these errors were encountered: