-
Notifications
You must be signed in to change notification settings - Fork 310
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
ATTinyCore board manager JSON not working with Arduino IDE 2.2.1 #836
Comments
I launched the Arduino IDE from a command line and watched the stdout. `2024-01-14T03:57:42.899Z daemon INFO time="2024-01-14T04:57:42+01:00" level=info msg="Updating index" url="http://drazzy.com/package_drazzy.com_index.json" 2024-01-14T03:57:44.655Z daemon INFO time="2024-01-14T04:57:44+01:00" level=info msg="Checking signature" index="c:\Users\x\AppData\Local\Arduino15\package_index.json" signatureFile="c:\Users\x\AppData\Local\Arduino15\package_index.json.sig" trusted=true I looked into I do see a file named I did an experiment and copied the And this fixes the issue! So there is a problem with the filename of the library! To be 100% sure, I renamed That's a problem... not sure what behavior is correct. I notice that the ESP32 arduino board URL is If so, I think a suitable solution would be:
Hope this helps |
Having the same issue |
Read all about it. |
Duplicate documented in 802. This is NOT OUR BUG, Please direct to the Arduino team any complaints about the fact that the fix was done 3+ months ago and still isn't in a release. |
Hi!
I have used the library before. As usual I added the JSON URL to the "Additional board manager URLs" section of the Arduino preferences screen, after a fresh install of the latest version of Arduino IDE 2.2.1.
Right after doing that, I see a popup at the bottom right of the screen saying it is indeed downloading the JSON file.
But to my surprise, after doing that, ATTinyCore does not show up in the available board managers!
The board manager URL I used is http://drazzy.com/package_drazzy.com_index.json
To validate that the problem comes from ATTinyCore, I tried adding the ESP8266 Arduino core (JSON https://arduino.esp8266.com/stable/package_esp8266com_index.json) and it worked just fine.
So, something is broken in the JSON of ATTinyCore, I have no idea how to debug this - let me know if I can help.
Thanks
The text was updated successfully, but these errors were encountered: