-
Notifications
You must be signed in to change notification settings - Fork 22
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
404 Not Found - GET https://xxxxxxxx/%22/-/v1 #47
Comments
This uses libnpmsearch which explicitly says it does not support legacy search through vscode-private-extension-manager/extension/src/Registry.ts Lines 305 to 316 in 1668f61
|
@joelspadin-garmin can you explain more about this error and the solution provided , i am also trying to connect to a private npm artificatory and getting 404 not found error. for testing purpose i have deployed only one package in artifactory .i have given url like https://artifactory.xxx.net:443/artifactory/xxx/ can we not connect to jfrog artifactories using this extension? |
what query parameters can i set so that it will just fetch first 200 extensions? |
I believe the registry I am using is based on Artifactory, but I was not responsible for setting it up, so I unfortunately don't have any more details about how to get that to work. I do know that we set up a completely separate registry which only contains our extensions. It is not mirroring NPM.
As the extension is currently written, this is not possible. The extension will read from the server until it has gotten every package or until it hits a hard-coded limit of 1000 packages.
vscode-private-extension-manager/extension/src/Registry.ts Lines 307 to 315 in 1668f61
Why do you want to limit to 200 extensions? |
404 Not Found - GET https://xxxxxxx/-/v1/search?text=*&size=20&from=0&quality=0.65&popularity=0.98&maintenance=0.5
How can I change the endpoint in order to be able to use GET https://xxxxxxx/-/all
The text was updated successfully, but these errors were encountered: