-
-
Notifications
You must be signed in to change notification settings - Fork 431
No libraries #975
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
Comments
Hi @sonofcy. Thanks for your report. In order to gather more information that might help us to troubleshoot your problem, I'm going to ask you to run the Arduino IDE from the command line, then share the output. Please do this:
Please let me know if you have any questions or problems while following those instructions. |
|
Is instruction 12 a duplicate of 11, I only pasted the data one time in the leave a comment and then jumped to step 13. |
Thanks! I can see the problem from this part of the output:
This is a known deficiency in the Arduino IDE's handling of character encodings used in the text of the The developers are tracking this issue here: arduino/arduino-cli#1907 If you have any library installed which uses such encoding in its metadata, it breaks the library capabilities of the Arduino IDE. It is best to have only a single issue per subject so we can consolidate all relevant discussion to one place, so I'll go ahead and close this in favor of the other. If you end up with additional information to share, feel free to comment in the other thread. The workaround is to adjust the encoding of the file. Unfortunately, the error messages do not indicate which library(s) have the problematic metadata, which makes finding the file that requires adjustment a bit inconvenient. If you would like assistance with that process, I would be happy to help you out over on the Arduino Forum, just make a post in the dedicated section for Arduino IDE 2.x support: https://forum.arduino.cc/c/software/arduino-ide-2-0-beta/93
Yes. That was an error on my part. I apologize for any confusion. You posted the output perfectly.
Welcome! |
Describe the problem
The libraries pane is totally empty
To reproduce
Click libraries
Expected behavior
A list of libraries
Arduino IDE version
2.0.0-rc6
Operating system
macOS
Operating system version
12.3.1
Additional context
I have a substantial library. It shows up in IDE 1.0, and used to show up in IDE 2.0 rc5 I think but it might have been rc4
Issue checklist
The text was updated successfully, but these errors were encountered: