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

push - Fix exception message "There was an internal server error, which might mean the package already exists on a Simple OData Server" / OutOfMemoryException #1786

Closed
ferventcoder opened this issue Apr 2, 2019 · 1 comment
Assignees
Milestone

Comments

@ferventcoder
Copy link
Member

What You Are Seeing?

The client side of https://github.com/chocolatey/chocolatey.org/issues/613

Reference - https://groups.google.com/forum/#!topic/chocolatey/sGT1BZFBGwM

What is Expected?

A package to push successfully or provide a better error

How Did You Get This To Happen? (Steps to Reproduce)

choco push package and see an exception

@ferventcoder
Copy link
Member Author

A beta has just been pushed up with additional logging here - if you don't want to wait for it to finish moderation, give this a shot https://chocolatey.box.com/shared/static/ffh4ynbot2wkxmzkkgwy6z3sj91qypt0.nupkg.

@ferventcoder ferventcoder changed the title push - There was an internal server error, which might mean the package already exists on a Simple OData Server push - There was an internal server error, which might mean the package already exists on a Simple OData Server / OutOfMemoryException Apr 11, 2019
ferventcoder added a commit that referenced this issue Apr 11, 2019
The failed push previously mentioned something about a package already
existing, however a 500 error is never typically that. That is
typically a 409 (conflict) or a 406 (in the case of
NuGet.Server/Chocolatey.Server).
ferventcoder added a commit to ferventcoder/choco that referenced this issue Apr 11, 2019
* stable:
  (doc) fix install arguments example
  (maint) add local to the aliases for local only
  (doc) fix feature notes
  (doc) note recommendations for config settings
  (chocolateyGH-1786) add better messaging on failed pushes
@ferventcoder ferventcoder changed the title push - There was an internal server error, which might mean the package already exists on a Simple OData Server / OutOfMemoryException push - Fix exception message "There was an internal server error, which might mean the package already exists on a Simple OData Server" / OutOfMemoryException Apr 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants