Skip to content
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

Telerik (nuget) repo not work #73

Open
kamakaze opened this issue May 29, 2024 · 1 comment
Open

Telerik (nuget) repo not work #73

kamakaze opened this issue May 29, 2024 · 1 comment

Comments

@kamakaze
Copy link

I have this kind of settings.json in workspace:

{
"nugetpackagemanagergui.requestTimeout": 9000,
"nugetpackagemanagergui.packageSources": [
{
"sourceName": "telerik.com",
"preRelease": true,
"authorization": {
"authType": "basicAuth",
"username": "[my-username]",
"password": "[my-password]"
},
"packageVersionsUrl": "https://nuget.telerik.com/v3/registration/{{packageName}}/index.json",
"packageUrl": "https://nuget.telerik.com/v3/package/{{packageName}}/{{version}}/{{packageName}}.{{version}}.nupkg",
"searchUrl": "https://nuget.telerik.com/v3/search",
"sourceType": "server"
}
]
}

or these links works and it should use them, but when I run 'Load Package Versions' this not use setting file even it find it:
[Extension Host] AggregateError: All promises were rejected
console.ts:137 [Extension Host]% ['\n [NuGet Package Manager GUI => ERROR!!…:2024-05-29T13:31:29.1324171Z]\n']0: "\n [NuGet Package Manager GUI => ERROR!!!]\n [Request to url:https://api.nuget.org/v3-flatcontainer/telerik.ui.for.blazor/index.json]\n [timeout:9000]\n [proxy is active:false]\n [auth is active:false]\n [result:BlobNotFoundThe specified blob does not exist.\nRequestId:9f96018f-801e-0041-3dcc-b1e513000000\nTime:2024-05-29T13:31:29.1324171Z]\n"length: 1[[Prototype]]: Array(0)
console.ts:137 [Extension Host] [An error occurred in the loading package versions (package:Telerik.UI.for.Blazor)] details logged in VSCode developer tools
notificationsAlerts.ts:42 [An error occurred in the loading package versions (package:Telerik.UI.for.Blazor)] details logged in VSCode developer tools

Why it not load that settings.json file as it should because it saved to root of Workspace?

@aliasadidev
Copy link
Owner

Hi @kamakaze

Could you please check the result of the following URL: https://api.nuget.org/v3-flatcontainer/telerik.ui.for.blazor/index.json? Unfortunately, due to the lack of a free license, I am unable to verify the Telerik endpoints myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants