IDE 2.3.4 show library Installed / Processing but never finish

Downloading Arducam_Mega@2.0.12
Arducam_Mega@2.0.12
Installing Arducam_Mega@2.0.12
Installed Arducam_Mega@2.0.12

bild

It just goes on and on, until IDE is quit. Started again the lib is installed This isn't restricted to the Arducam lib only.

1 Like

Make sure there is NOT a second instance of the IDE running OR any instance of the Serial monitor running.

1 Like

Hi @ledsyn. Did you encounter this problem after clicking the "UPDATE ALL" button on the "Updates are available for some of your libraries" notification at the bottom right corner of the Arduino IDE window?

Or did you encounter it by installing/updating the library via the Arduino IDE Library Manager?

Absolutely positive Serial monitor isn't running. One or more instances doesn't matter, and to me it shouldn't. I noticed that in a second window doing library stuff doesn't work while first window is updating, which is logical.

Both, except update through Arduino IDE Library Manager.

I have encountered this problem myself, and there have been a couple other reports of it as well:

However, in the other reports, the problem is specific to the "UPDATE ALL" button and doesn't occur when the libraries are updated individually. So at least we had a workaround for the bug.

1 Like

Since it installs, it's not a serious issue. Just annoying and makes you wonder if the WAN is acting up, or the computers storage.

Hey.. I've lied about the version, it's 2.3.3. I should install .4 and report back.

Can confirm the same problem is present on mac 15.2 with 2.3.4 . Installing manually bypasses the problem.

Seems it's working fine now. Uninstalled / installed and it didn't halt like before. There was no updates however, so I can't tell if that works. If it happens, I'll post here again.

1 Like

I believe I tracked down the problem, except this time it was the download of boards that would hang.

A while ago, a user had a problem, and one of the board URLs was encased in "". I tested it myself if that had any effect, and sure enough. Then forgot about it. :upside_down_face:

Problem with having invalid chars in the Board URL list is, that you can't fix it from within the IDE since the board download blocks editing of the URLs. Well, it's actually this file that can't be written to:

.arduinoIDE/arduino-cli.yaml

So quit the IDE, and sanitize the URL inside that file. :+1:

1 Like

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