-
Notifications
You must be signed in to change notification settings - Fork 298
Atom package installs failing with server code 500. #947
Comments
I am also having the same issue. issue occurs from w/in atom or through CLI apm tried several times with several packages both in GUI and in CLI Edit: I noticed that this was been happening for me yesterday, but didn't take the time to look into it until about an hour before this post was made. |
--- I have the same error --- Description Open atom Open command line Expected behavior: Package gets installed without returning a server error. Actual behavior: Package is not installed, an error is returned. npm ERR! code E500 npm ERR! A complete log of this run can be found in: Contents of Log File: 0 info it worked if it ends with ok computertraining@Wanes-iMac-2 ~ % cat atom.error Versions Update check failed. The server sent an invalid response (as per Atom's check utility) macOS Big Sur Additional Information: |
The issue is an internal error on atoms side. So default installs with apm or inside atom won't work as they rely on that API. Workaround is installing packages directly from their GitHubs. So for a package like https://atom.io/packages/language-rust: |
Do we know if Atom are looking into this? I am also getting all package installs failing and my backups are failing between computers (work + home) and I cannot sync packages. It's rather annoying and can be a potential mess. |
See issue #946 but I originally closed it because it seemed to be fixed. Can you check again and post something there? |
Yesterday the problem was still there -- this morning it was gone ! I checked out the server issue that I originally had "npm ERR! code E500" on any package I picked, and it appears to be fixed on my machine. I was able to install all the packages that I asked for on the GUI, and the Atom updates from the server (which were not working yesterday), are now working again. I tried to install "atom-clock" from the command line and that worked too -- I verified in Atom that it was now there. I don't know about anyone else, but everything is working here. |
I have checked over an hour ago and all seems to be working fine again and I can install and backup between machines without a problem. |
Also just confirmed, the issue seems to be fixed. Using the package manager through the GUI/CLI does appear to be working correctly again. |
Still having issues with this. apm and GUI fails. Also get errors from the search function.. |
Description
When trying to use apm to install a package through the gui and through the command line
Steps to Reproduce
GUI:
Command Line:
apm install language-latex
Expected behavior:
Package gets installed without returning a server error.
Actual behavior:
Package is not installed, an error is returned.
Mentioned log file:
Reproduces how often:
This is happening 100% of the times I've tried it.
Versions
Atom : 1.60.0
Electron: 9.4.4
Chrome : 83.0.4103.122
Node : 12.14.1
macOS: 12.4 Beta
Additional Information
Before you point to #946, yes this issue is very similar to that issue, my problem is that the issue for whatever reason isn't fixed for me yet.
The text was updated successfully, but these errors were encountered: