Skip to content

http://downloads.arduino.cc/CMSIS-4.5.0.tar.bz2 is missing/forbidden #5781

@Aerospacesmith

Description

@Aerospacesmith

Installing Arduino SAMD Boards 1.6.11 with Windows fails:
Error downloading http://downloads.arduino.cc/CMSIS-4.5.0.tar.bz2

Going to http://downloads.arduino.cc/CMSIS-4.5.0.tar.bz2 gives me a 403 Forbidden error.

Tried on Arduino 1.6.13 and 1.8.0. I'm able to Install other board packages like the SAM Boards just fine.

I can install SAMD 1.6.8, but none of the newer ones. It looks like version 1.6.8 used CMSIS 4.0 and the newer ones use CMSIS 4.5.

Arduino IDE Log:

	Error downloading http://downloads.arduino.cc/CMSIS-4.5.0.tar.bz2
java.lang.RuntimeException: java.lang.Exception: Error downloading http://downloads.arduino.cc/CMSIS-4.5.0.tar.bz2
	at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$1(ContributionManagerUI.java:176)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.Exception: Error downloading http://downloads.arduino.cc/CMSIS-4.5.0.tar.bz2
	at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:131)
	at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:69)
	at cc.arduino.contributions.packages.ContributionInstaller.install(ContributionInstaller.java:110)
	at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$1(ContributionManagerUI.java:173)
	... 1 more
Caused by: java.io.IOException: Received invalid http status code from server: 403
	at cc.arduino.utils.network.FileDownloader.downloadFile(FileDownloader.java:194)
	at cc.arduino.utils.network.FileDownloader.download(FileDownloader.java:128)
	at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:129)
	... 4 more

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions