Downloading index: package_adafruit_index.json Error? <<SOLVED >>

In Library Manager, for "1.3.4 Installed" (or whatever version you installed) just below the library name and author. It should appear in the Arduino teal/green color, as a clickable link/

Hover your mouse over that "1.3.4 Installed" and it will change to a clickable REMOVE button.

The point was; if all showed "install" that meant no libraries were installed.

Hi @georghelmut. It was found that Arduino IDE 2.3.3 has a bug that causes index downloads and installation/updates of boards platforms libraries to hang when Serial Monitor is open.

If you encounter these problems again, the workaround is to close the Serial Monitor view until the process is finished. After that, you can open Serial Monitor again.

The Serial Monitor view is a tab in the bottom panel of the Arduino IDE window, so you might not even notice when you have it open. You can close it by clicking the X icon on the tab:

image


The Arduino developers are tracking the bug here:

If you have a GitHub account, you can subscribe to that thread to get notifications of any new developments related to this subject:

screenshot of Subscribe button


:exclamation: Please only comment on the GitHub issue thread if you have new technical information that will assist with the resolution. General discussion and support requests are always welcome here on the Arduino Forum.


1 Like

Thank you so much. This solved the problem. Once we know, we can live with this glitch.

1 Like

I got the loading a few times now and closing the serial monitor solved the error.
So the workaround works.

1 Like

Thanks !!!!!

1 Like

I just wanted to chime in on this.

I have the same issue but with the a different library. I wen to my preferences and copied the link to a GIThub for one of my additional boards (rp2040) - surprise surprise: 404!

As such, my program won't compile cos of a 404!

This is a silly bug that needs addressing in the next release of the IDE:
If(Get_URL() = 404 ){skip;}

In order to make all relevant information available to any who are interested in this subject, I'll share a link to the formal bug report submitted by @blindedpanic84:

I performed an investigation and reported my conclusions there:

@blindedpanic84 please try the nightly build of Arduino IDE and then let us know whether the problem still occurs.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.