Error downloading ATTINY libraries from github

Hello All,

I'm having a world of trouble trying to download and install the ATTINY libraries by D A Mellis.
When I enter this link (https://raw.githubusercontent.com/damellis/attiny/ide-1.6.x-boards-manager/package_damellis_attiny_index.json) into the preferences section and open the board manager, it says "Error downloading https://raw.githubusercontent.com/damellis/attiny/ide-1.6.x-boards-manager/package_damellis_attiny_index.json".

I've tried it on both the 1.6.8 and 1.6.10 versions of the Arduino IDE.

Any ideas on how to get it working? Is there an option to manually install it? :confused:

  • PlaneCrazy

Works for me.

Can you open https://raw.githubusercontent.com/damellis/attiny/ide-1.6.x-boards-manager/package_damellis_attiny_index.json in your browser?

There should be a more informative error message shown in the black console window at the bottom of the Arduino IDE window after you close Boards Manager. Post that here using code tags (</> button on the toolbar).

Hello Pert,

Thanks for your reply.
Yup, I can open it in the browser.
For the error message, what I posted below is literally the only message that pops up... :confused:

Try this:

  • Click the link on the line after File > Preferences > More preferences can be edited directly in the file: - this should open a folder named something like Arduino15 (the exact name depends on your OS).
  • Delete all files in that folder except preferences.txt. Please be very careful when deleting files on your computer. When in doubt back up!
  • Open Boards Manager again to see if the download error still occurs.

Hello,

i have the same problem i have tried with several ways but it is not working.
have you found a solution.

Error downloading https://raw.githubusercontent.com/damellis/attiny/ide-1.6.x-boards-manager/package_damellis_attiny_index.json

  • After you get that error, click the "Close" button.
  • Click on the black console window at the bottom of the Arduino IDE window.
  • Press "Ctrl + A". This will select all the text in the console window.
  • Press "Ctrl + C". This will copy the selected text to the clipboard.
  • In a reply here, click the </> button on the forum toolbar. This will insert code tags into the reply field.
  • Press "Ctrl + V". This will paste the copied text from the clipboard between the code tags.
  • Click "Post".