Skip to content

Conversation

@pablomarquez76
Copy link
Contributor

This library is for speech synthesis for ESP8266 and ESP-32 using ported SAM code in Spanish language.

@github-actions github-actions bot added the topic: submission Add library to the list label Jun 16, 2023
@github-actions
Copy link
Contributor

A problem was found with your submission https://github.com/pablomarquez76/ESP8266SAM_ES

ERROR: Submission URL is already in the Library Manager index.

@github-actions
Copy link
Contributor

Thanks for your interest in contributing to the Arduino Library Manager index @pablomarquez76
Please resolve the error(s) mentioned in the previous comment.

After resolving the issue, trigger this check again by doing one of the following:

  • Commit the required change to the branch you submitted this pull request from.
  • Comment here, mentioning @ArduinoBot in the comment.

NOTE: It is not necessary to open a new pull request. ❗

More information:
https://github.com/arduino/library-registry/blob/main/README.md#if-the-problem-is-with-the-pull-request

@pablomarquez76
Copy link
Contributor Author

The library seems to be merged however it doesn´t show up in Arduino Library Manager.

@per1234 per1234 self-assigned this Jun 17, 2023
Copy link
Contributor

@per1234 per1234 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @pablomarquez76. It is there:

image

There is a dedicated logs page for your library. The bot shared the link to it in the PR where you submitted the library:

#2643 (comment)

You can check the logs from the Library Manager indexer for your library(s) here:
http://downloads.arduino.cc/libraries/logs/github.com/pablomarquez76/ESP8266SAM_ES/

Note this entry in the logs:

2023/06/17 05:28:12 Checking out tag: 1.0.2
2023/06/17 05:28:12 Release ESP8266SAM_ES:1.1.0 has wrong library name, should be ESP8266SAM

The library was registered under the name defined by the value of the name field in the library.properties metadata file in the tagged version of the library at the time of the submission:

https://github.com/pablomarquez76/ESP8266SAM_ES/blob/1/library.properties#L1

name=ESP8266SAM

As documented in the FAQ, the Arduino Library Manager indexer system does not accept any releases that have a name defined in its library.properties metadata file which is different from the one the library had at the time of the registration.

This is the reason why the indexer rejected the release you made via the 1.0.2 Git tag, because you had changed the name field value from the registered ESP8266SAM to ESP8266SAM_ES.

The reason for this restriction is that this is the unique identifier for the library, meaning that any changes to the identifier might cause problems to users who rely on the established identifier in command line operations or for other library developers who have defined it as one of their dependencies.

If you do need to change the name, you can submit a request, following the instructions provided here:

https://github.com/arduino/library-registry/blob/main/FAQ.md#how-can-i-change-a-librarys-name

@per1234 per1234 closed this Jun 17, 2023
@per1234 per1234 added the conclusion: invalid Issue/PR not valid label Jun 17, 2023
@pablomarquez76
Copy link
Contributor Author

pablomarquez76 commented Jun 17, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

conclusion: invalid Issue/PR not valid topic: submission Add library to the list

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants