Library not showing up

I pushed a commit to the library registry to add a library that I was sharing with a few other people so they could add it through the library manager. I think I did everything right, the commit was accepted, and it show up in the library-registry/repositories.txt file on github. But it's been a few days and still not showing up in the library manager.

Did I mess something up on it? The name of the library is GPT_Stepper and it's in the repositories.txt as https://github.com/delta-G/GPT_Stepper

Can someone check to make sure I didn't just mess up the properties file or something. Here's a link to the repo. I added it with tag v0.2.0 but I've since added a new tag. I was hoping it might show up after the update.

Hi @Delta_G. Thanks for your contribution to the Arduino Library Manager!

It is showing in my Library Manager as expected:

image

Does your IDE have access to the Internet? It must be able to download the library index in order to provide the latest data in Library Manager.

You'll notice this one is not yet in my Library Manager. This is because the tag was only made ~1 hr ago. I see from the library's dedicated indexer logs page that the 0.3.0 release was successfully indexed already, but the library index is cached so it takes a while after that before the new release becomes available in everyone's Library Manager. We give a conservative estimate of availability within one day's time.

Thanks for checking. Maybe I have an internet issue on my end then.

Have you tried the follwing?

In advanced settings (Ctrl+Shift+P keyboard shortcut or F1 ) select "Arduino: Update Library Index".

I had something disabled on my end that was preventing updates.

Thanks for checking for me.

You are welcome. I'm glad you were able to find the cause.

Regards,
Per

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