You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
I am the author of the package pdf-viewer. About two weeks after the apm publish patch command I got the information Creating new version failed: Requires authentication. Please update your token if you haven't done so recently. To fix the problem I went to https://github.com/settings/applications and revoked all permissions for Atom, then logged back into https://atom.io/account again granting permissions, then with the apm login command I entered a new token into apm console. I repeated this action many times, unfortunately it did not solve my problem. Do you have any idea how I can solve this?
console output for apm publish patch::
Preparing and tagging a new version done
Pushing v0.1.17 tag done
Publishing [email protected] failed
Creating new version failed: Requires authentication. Please update your token if you haven't done so recently.
the result of apm publish patch is the new package version is updated in github, it can be install by apm install bacadra/atom-pdf-viewer, but is isn't available in atom package store.
The text was updated successfully, but these errors were encountered:
Hi.
I have the similar problem. The command apm publish patch gives me the following:
Preparing and tagging a new version done
Pushing v0.2.4 tag done
Publishing [email protected] failed
Creating new version failed: Application error
I did that authentication/token stuff according to the docs, but with no luck.
Such error is mensioned in early bug reports in 2015. It seems, that it is back now.
Same here. I cannot publish the latest state of my package with the exact same error: Creating new version failed: Requires authentication. Please update your token if you haven't done so recently
I've tried generating a new token and re-entering my credentials to git but the problem persists.
hi,
I am the author of the package pdf-viewer. About two weeks after the
apm publish patch
command I got the informationCreating new version failed: Requires authentication. Please update your token if you haven't done so recently
. To fix the problem I went to https://github.com/settings/applications and revoked all permissions for Atom, then logged back into https://atom.io/account again granting permissions, then with theapm login
command I entered a new token into apm console. I repeated this action many times, unfortunately it did not solve my problem. Do you have any idea how I can solve this?console output for
apm publish patch
::the result of
apm publish patch
is the new package version is updated in github, it can be install byapm install bacadra/atom-pdf-viewer
, but is isn't available in atom package store.The text was updated successfully, but these errors were encountered: