arduino / library-registry

Arduino Library Manager list
https://www.arduino.cc/
Creative Commons Zero v1.0 Universal
230 stars 1.44k forks source link

Library update not being picked up. arduino-lint passing, no existent logs #4566

Closed as-iotex closed 1 month ago

as-iotex commented 1 month ago

Describe the problem

Hi,

I have updated the following library, but the library registry is not picking up the update. I have waited a few days. https://github.com/machinefi/psa-crypto-arduino

I have double checked that the library is following all requirements, and I am also running the arduino-lint gihub action, which is passing

It is also strange that when I check the registry logs it just shows a blank page: https://downloads.arduino.cc/libraries/logs/github.com/machinefi/psa-crypto-arduino

To reproduce

Not applicable

Expected behavior

Not applicable

Additional context

No response

Issue checklist

per1234 commented 1 month ago

Hi @as-iotex.

library registry is not picking up the update. I have waited a few days.

The 1.1.1 release of the library was picked up just fine:

image

Please check it again. Make sure your Arduino IDE has access to the Internet so that it can download the updated Library Manager index

when I check the registry logs it just shows a blank page: https://downloads.arduino.cc/libraries/logs/github.com/machinefi/psa-crypto-arduino

You must add a trailing slash to the URL:

https://downloads.arduino.cc/libraries/logs/github.com/machinefi/psa-crypto-arduino/

as-iotex commented 1 month ago

@per1234 Tanks Can you tell me why the arduino.cc page has not picked up the new version? And the changes to the content https://www.arduino.cc/reference/en/libraries/psacrypto/

per1234 commented 1 month ago

I see. Although the library reference pages on arduino.cc are automatically generated from the data hosted in this repository, the closed source system that generates them is completely separate from the open source library registry and Library Manager index generation systems.

I don't have any involvement in the maintenance of the website generation system so I'm not able to assist with that problem, and the people who can assist don't monitor this repository. Please use this form to submit a report about the lack of updates to the reference page for the 1.1.0 and 1.1.1 releases of the "PSACrypto" library:

https://www.arduino.cc/en/contact-us/

That will generate a support ticket that will bring the problem to the attention of the website maintainers and allow them to efficiently track the task of investigating and resolving the problem.