-
-
Notifications
You must be signed in to change notification settings - Fork 403
Consistent Client.Timeout or context cancellation while reading body
error when installing a core with 1.2.2
#2899
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
Client.Timeout or context cancellation while reading body
error when installing a core with 1.2.2
Client.Timeout or context cancellation while reading body
error when installing a core with 1.2.2
I have the same issue with ESP32 core only. |
Thank you!
Confirmed. Increasing the timeout works.
It's not a bug, and I will close this issue. |
Sorry guys for the delay. Thanks for your help |
Describe the problem
I suspect a regression with
1.2.2
, whenever I install a core, I randomly get aClient.Timeout
. I do not have the best Internet connection but it was always like that, and I could not reproduce the issue with1.2.0
, for example, or earlier versions.I did some local testing and switched between
1.2.0
and1.2.2
CLI versions and tried to install the ESP32 core after wiping~/Users/kittaakos/Library/Arduino15/staging
and~/Users/kittaakos/Library/Arduino15/packages/esp32
. It always failed for me with1.2.2
. There were no issues with1.2.0
. I tried it several times, switching back and forth between the CLI versions. This could be a temporary connection issue on my side. If so, please close this issue, but it could also be a 3rd party dependency update side effect.To reproduce
With
1.2.2
:OR
I could not reproduce it with
1.2.0
:Expected behavior
The
1.2.0
behaviorArduino CLI version
1.2.2
Operating system
macOS
Operating system version
15.4.1
Additional context
I have not tried the nightly because the release tag is the HEAD of the
master
(c11b9dd), therefore, it must be the same as the nightly:I have tested the CLI only with the ESP32 core installation. I did not try to install any other cores. (Related #2899 (comment))
Issue checklist
The text was updated successfully, but these errors were encountered: