npms-io / npms-api

The https://npms.io API
MIT License
189 stars 30 forks source link

new packages doesn't get indexed #104

Open pinmosarn opened 2 years ago

pinmosarn commented 2 years ago

New packages doesn't get indexed, example: I tried to use it on this package : https://www.npmjs.com/package/reponse

I used : https://api.npms.io/v2/package/reponse

but i get this error {"code":"NOT_FOUND","message":"Module not found"}

@satazor

ruslankonev commented 2 years ago

confirm

antt0n commented 2 years ago

I can confirm the problem too

guyrotem commented 2 years ago

+1. getting {"code":"INTERNAL","message":"Internal server error"} for any package I tried

mt-empty commented 2 years ago

+1, I'm getting {} for my new package even after 2 weeks.

clearlysid commented 2 years ago

+1 same issue 🥲

goveo commented 1 year ago

+1, Trying to get https://api.npms.io/v2/package/react-international-phone (since 2 months from package publish)

Smoren commented 1 year ago

Same issue.

Response is {"code":"NOT_FOUND","message":"Module not found"} on request to https://api.npms.io/v2/package/itertools-ts

Package is active: https://www.npmjs.com/package/itertools-ts

AstrOOnauta commented 1 year ago

Same issue here.

getting error: {"code":"NOT_FOUND","message":"Module not found"} on request https://api.npms.io/v2/package/react-native-international-phone-number

Package on NPM: https://www.npmjs.com/package/react-native-international-phone-number

777arc commented 11 months ago

Same, what's going on?

opensrc0 commented 4 months ago

I'm having the same issue.

My Package1: https://api.npms.io/v2/package/fe-theme (Working) My Package2: https://api.npms.io/v2/package/fe-pilot (Not working)

fdosruiz commented 1 month ago

Hi,

I am experiencing the same issue with my package not being found via the npms.io API. The package is published on npm and has been actively maintained with regular updates every two weeks. The package name is packetjs-di, and here is the link to it on npm:

https://www.npmjs.com/package/packetjs-di

When I query the API using https://api.npms.io/v2/package/packetjs-di, I receive the following error response:

{
  "code": "NOT_FOUND",
  "message": "Module not found"
}

I have tried:

It seems to be an indexing problem on npms.io's side, as the package has been live on npm for months, and everything works fine there.

I would appreciate it if this issue could be looked into. Please let me know if further information is needed to assist in resolving this.

Thank you for your help!

Best regards,