Library update hangs

This may be related to IDE 2.3.3 stumbles on reboot.

IDE 2.3.3 now starts normally and a library update pops up:

Click 'install all' and after clearing an ATTiny error we then proceed to:

which never finishes.

After that I closed and reopened and got:

Selecting 'later' gives:

image

which, again, never progresses or finishes. This last remains on screen even though I clicked on the close 'X' and I can't get rid of it.

I also just noticed I cannot open more than one sketch. Clicking on 'open recent' and making a selection has no effect whatever. Going directly to 'open' and selecting from there doesn't work either. Selecting from the 'sketchbook'

option in the IDE will get to the throbbing Arduino logo but the file never loads.

??

I think that has been reported before, either search the forum or check issues on the IDE github page.

Hi @dougp. It was found that Arduino IDE 2.3.3 has a bug that causes this to happen when you have Serial Monitor open.

The workaround is to close the Serial Monitor view until the index download 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:


The Arduino developers have already fixed the bug, but that fix was made after the time of the Arduino IDE 2.3.3 release so this is why you still experience it with 2.3.3. Likewise, the fix has not yet propagated to the Arduino IDE nightly builds. But at least the completion of the fix means that the problem will not plague the users of the next release of Arduino IDE.

1 Like

Thank you.  Yes, I found that fix in my searching.  Good to know it's there but, for now I've reverted to 2.3.2.

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