-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Library name change request #3098
Comments
Hi, I went to install my library through Arduino IDE and I realized that my library was not listed. When looking at my logs I see an 'ERROR: Path does not contain a valid Arduino library.' even though my Arduino library has existed for some time. Recently I had versions removed, did this cause it to be take on off the library registry? Thank you. |
Hi @lukeclements.
This issue is a request to rename the library, but the name set in your library's metadata: https://github.com/hsfl/artemis-cubesat/blob/1.0.0/library.properties#L1
is the same as the name the library is already registered under: Line 4776 in 2d31d58
If you recall, you already requested the name change some months ago: So I'm going to close this request as a duplicate.
It looks like you previously requested the removal of every release of your library: When you do that, it is normal and expected that your library won't be listed in Library Manager since there is nothing available to install. I see that you have since made a new tag in the repository: https://github.com/hsfl/artemis-cubesat/releases/tag/1.0.0 However, the indexer rejected that tag because, as you already noticed from the logs, the release does not meet the requirements for inclusion in Arduino Library Manager: https://downloads.arduino.cc/libraries/logs/github.com/hsfl/artemis-cubesat/
As the error says, your repository no longer contains a library because you removed all the source files: What you have now is only a collection of sketches, not a library. If you don't have any intent to make the project back into a library then you can request its removal from the registry: https://github.com/arduino/library-registry#removing-a-library-from-library-manager I'll continue to monitor this thread so you are welcome to comment here if you have any questions or concerns. |
Hi @per1234, That is correct, sorry for the wrong issue tag, I didn't see one that seemed applicable to me. Your response answered my question and my issue is resolved, thank you. |
Library repository URL
https://github.com/hsfl/artemis-cubesat
The text was updated successfully, but these errors were encountered: