-
-
Notifications
You must be signed in to change notification settings - Fork 7k
1.6.6 Library Manager - CRC errors occurred during updating libraries #4303
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
Please delete files from |
Even if %LOCALAPPDATA%\Arduino15\staging\libraries were deleted, CRC errors still come out. |
In DownloadableContributionsDownloader.java, FileHash.hash function generates a quite different hash value with the checksum value of the Time library: checksum : SHA-256:1b658b9d71cddd4c24a63ec5c0c1cf345a44b32d46e0a207c7e129f8bc6e6492 Tested with Time library. |
I have the same problem here. Any help? |
Please try with the newest IDE version.
|
Please try with the newest IDE version. I have the same problem here. Any help? — |
Previously the CRC error was quite annoying to recover because the user needed to manually delete the corrupted file from the staging folder (without knowing the exact path of the file to remove). Now the IDE tries autonomously to resolve the situation by removing the file and downloading it again. Fixes arduino#5394 arduino#4303
This issue has been fixed with #5453. |
During updating libraries, CRC errors are occurred:
The text was updated successfully, but these errors were encountered: