Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Unable to publish package (API HTTP 500): Creating new version failed: Application error #950

Open
mizusato opened this issue May 31, 2022 · 0 comments

Comments

@mizusato
Copy link

Description

Steps to Reproduce

Publish a new version for a package.

Expected behavior:

The new version should be published ✓ after authentication.

Actual behavior:

The new version is NOT published and the command line outputs an error.

$ apm publish patch
Preparing and tagging a new version ✓
Pushing v1.0.4 tag ✓
Publishing xxxxxxxxx ✗
Creating new version failed: Application error

Reproduces how often:

Tried 3 times and upgraded atom & apm but no luck.

Versions

$ apm --version
apm  2.6.5
npm  6.14.9
node 16.15.0 x64
atom 1.61.0-beta0
python 3.10.4
git 2.36.1

Additional Information

It seems that the API (https://www.atom.io/api/packages/${package}/versions) throws a HTTP 500 Internal Server Error when the command line tool trying to publish the new version.

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

No branches or pull requests

1 participant