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

improve error message when pushing a snupkg without a parent nupkg #7498

Open
cristinamanum opened this issue Nov 10, 2018 · 2 comments
Open
Labels
Area:ErrorHandling warnings and errors/log messages & related error codes. Area:HttpCommunication Area:Symbols Functionality:Push Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Status:Excluded from icebox cleanup Status:Inactive Icebox issues not updated for a specific long time Type:DCR Design Change Request
Milestone

Comments

@cristinamanum
Copy link
Contributor

NuGet/NuGetGallery#6648

Today we say Response status code does not indicate success: 404 (Not Found). That is not very helpful.

C:\Users\karann\source\repos\LicenseTest\PackageA\bin\Debug>nuget push BasicMathNew2.0.0.1.snupkg -Source https://api.nuget.org/v3/index.json -apikey ~~~redacted~~~
Pushing BasicMathNew2.0.0.1.snupkg to 'https://www.nuget.org/api/v2/symbolpackage'...
PUT https://www.nuget.org/api/v2/symbolpackage/
NotFound https://www.nuget.org/api/v2/symbolpackage/ 1076ms
Response status code does not indicate success: 404 (Not Found).

@karann-msft
Copy link
Contributor

karann-msft commented Nov 27, 2018

@rrelyea the error experience is pretty poor for snupkgs and the user has no clue what to do or where to look to fix the issue or what the issue is. Can we prioritize this in the upcoming sprint?
cc: @anangaur

@dominoFire
Copy link
Contributor

Related to #7723

@dominoFire dominoFire added the Area:ErrorHandling warnings and errors/log messages & related error codes. label Jan 25, 2019
@ghost ghost added the Status:Inactive Icebox issues not updated for a specific long time label Sep 1, 2022
@jeffkl jeffkl added Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. and removed Pipeline:Icebox labels Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area:ErrorHandling warnings and errors/log messages & related error codes. Area:HttpCommunication Area:Symbols Functionality:Push Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Status:Excluded from icebox cleanup Status:Inactive Icebox issues not updated for a specific long time Type:DCR Design Change Request
Projects
None yet
Development

No branches or pull requests

6 participants