Replies: 3 comments 2 replies
-
Oh, right, I hadn't uploaded the windows version, because I was looking at compression algorithms and being annoyed that arduino won't open lzma2 archives, because those compress faster and result in a file 1/3rd the size. Should be good now. |
Beta Was this translation helpful? Give feedback.
-
Hi Thank you for helping me in this. I could download now the library but it is giving a crc error now: CRC doesn't match, file is corrupted. It may be a temporary problem, please retry later. I am not sure if is related to the compression you have mentioned or to my system. Thank you again for your support and help |
Beta Was this translation helpful? Give feedback.
-
A CRC ERROR?! I FUCKED THAT UP?! WHAT A FUCKING DISASTER! Okay, I'll repack, this and then have to do another release as 2.6.10 because once you put something into board manager it is set in stone and you can never change anything about the existing parts without destroying peoples arduino installs in ways that are difficult to repair because uninstall doesn't clean it out and the folder that needsto be cleared ishidden. Okay, so much for releasing DxCore first thing. Fucking hell. I fucking hate that fucking CRC bullshit. |
Beta Was this translation helpful? Give feedback.
-
Hello I am trying to prepare the installation and use of the Nano as programmer for the ATTiny202. I have installed the IDE 1.8.13, even in my PC I have also the latest version.
When tried to install the megaTinyCore using the board manager I get the following error:
Error downloading https://spencekondetoolchains.s3.amazonaws.com/avr-gcc-7.3.0-atmel3.6.1-azduino7b-i686-w64-mingw32.tar.bz2
java.lang.RuntimeException: java.lang.Exception: Error downloading https://spencekondetoolchains.s3.amazonaws.com/avr-gcc-7.3.0-atmel3.6.1-azduino7b-i686-w64-mingw32.tar.bz2
at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$2(ContributionManagerUI.java:175)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.Exception: Error downloading https://spencekondetoolchains.s3.amazonaws.com/avr-gcc-7.3.0-atmel3.6.1-azduino7b-i686-w64-mingw32.tar.bz2
at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:149)
at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:83)
at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:60)
at cc.arduino.contributions.packages.ContributionInstaller.install(ContributionInstaller.java:113)
at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$2(ContributionManagerUI.java:172)
... 1 more
Caused by: java.io.IOException: Received invalid http status code from server: 404
at cc.arduino.utils.network.FileDownloader.openConnectionAndFillTheFile(FileDownloader.java:239)
at cc.arduino.utils.network.FileDownloader.downloadFile(FileDownloader.java:182)
at cc.arduino.utils.network.FileDownloader.download(FileDownloader.java:129)
at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:147)
... 5 more
Have you experience something like this?
Beta Was this translation helpful? Give feedback.
All reactions