atom / atom.io

🌐 A place for feedback on the atom.io website and package API
159 stars 101 forks source link

Apm get a application error #23

Open chinakids opened 9 years ago

chinakids commented 9 years ago

Creating new version failed: Application error I can't publish my package~ This bug again? I hope I can fix it

chinakids commented 9 years ago

https://github.com/atom/atom.io/issues/7

izuzak commented 9 years ago

@chinakids Can you please include more specific information with your reports? Which package is this about -- can you provide a link? Which commands are you running in the terminal and what is the output of those commands? Do you have any changes in your local clone which are not in the GitHub repository for the package?

chinakids commented 9 years ago

https://atom.io/packages/simplified-chinese-menu

apm publish -t 3.2.2 or apm publish patch

I want update 3.2.0 to 3.2.2

izuzak commented 9 years ago

And what is the output of those commands?

Do you have any changes in your local clone that are not on GitHub? What this the output of git status and git log -n 1?

chinakids commented 9 years ago

no changes,only update version..wuwu

MacBook-Pro:atom-simplified-chinese-menu admin$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
chinakids commented 9 years ago
MacBook-Pro:atom-simplified-chinese-menu admin$ git tag
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.2.0
3.2.2
MacBook-Pro:atom-simplified-chinese-menu admin$ apm publish -t 3.2.2
Publishing simplified-chinese-menu@3.2.2 ✗
Creating new version failed: Application error
thomasjo commented 9 years ago

@thedaniel Any ideas?

james2doyle commented 9 years ago

screen shot 2015-08-20 at 12 59 26 pm

I am getting this too. I have logged in, have no failing test, and have committed everything to github.

izuzak commented 9 years ago

@thedaniel Do you think any of these problems might get fixed by the approach you mentioned in https://github.com/atom/atom.io/issues/24#issuecomment-133520328?

izuzak commented 9 years ago

@chinakids I was just looking into this and noticed you published version 3.2.4 -- does that mean you resolved the problem? If so, what was causing these issues for you?

chinakids commented 9 years ago

@izuzak This package.json has atom-cache infos,and this info cause application error...I use a post-installation package.json,and I committed

jacogr commented 8 years ago

Same here. 3 packages, 2 were fine the 3rd gave the issue. Yes, I am logged-in, yes I re-logged-in, yes other packages work - before and after my trial and tribulations. I have tried multiple times and completely screwed up the tags now.

This is the one that doesn't publish

https://atom.io/packages/git-control

Did it again, just to copy n paste.

➜  git-control git:(master) apm publish patch 
Preparing and tagging a new version ✓
Pushing v0.4.5 tag ✓
Publishing git-control@v0.4.5 ✗
Creating new version failed: Application error
dschwen commented 4 years ago

Publishing a new package gives me

Registering package in git@github.com:dschwen/action-explode-moose repository failed: Application error

on multiple systems (macOS and Linux)