-
Notifications
You must be signed in to change notification settings - Fork 681
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
Problem with Baget Symbol server v0.4.0-preview2 #726
Comments
you can tried add enviroment params at start the application. for example: [program:local.nuget.keeplive] I hope it is helpful for you. |
I have the same problem. I get a 404 when accessing the symbol endpoint: api/download/symbols |
Same issue here. |
Found my issue. please check the following:
on baget go to folder: on VS open modules and symbols load information in my case the GUID is da0f51d6f99c452da8d3ab81c1518fecffffffff |
I downloaded v0.4.0-preview2 both compile and source code.
To install I followed the guide here: https://loic-sharma.github.io/BaGet/installation/local/
It starts correctly but when I try to push the symbols it gives me this error:
dotnet nuget push -s http://127.0.0.1:5000/v3/index.json -k "12345678" .. \ nuget-pack \ SH.Core.Support.2.2.12.snupkg
Push of SH.Core.Support.2.2.12.snupkg to 'http: //127.0.0.1:5555 / api / v2 / symbol' ...
PUT http://127.0.0.1:50005/api/v2/symbol/
NotFound http://127.0.0.1:5000/api/v2/symbol/ 502 ms
I have tried both OS Windows 10 and Ubuntu 20.04, both to start directly with the command dotnet BaGet.dll and with docker but the problem is the same.
I add that when I try to call the page http://127.0.0.1:5000/api/download/symbols it answers me 404
Where did I go wrong?
The text was updated successfully, but these errors were encountered: