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

🐛 [BUG] 500: Internal Server Error for some apps. #495

Open
1 task done
FracKenA opened this issue May 30, 2023 · 1 comment
Open
1 task done

🐛 [BUG] 500: Internal Server Error for some apps. #495

FracKenA opened this issue May 30, 2023 · 1 comment
Labels

Comments

@FracKenA
Copy link

Your Environment

  • mas version: 1.5.6
  • macOS version (system_profiler SPSoftwareDataType -detailLevel mini): macOS 13.4 (22F66)

mas Install Method

  • brew install mas (homebrew-core)

Describe the Bug

Getting error "The server gave an error during download: 500 internal Server Error." for an app that supports Mac/iPad/iPhone universal. Is this related to #321 ? This is a purchased app, previously purchased.

To Reproduce

Steps to reproduce the behavior:

  1. mas search opencat
  2. copy opencat id in results. 2143935391
  3. mas install 2143935391

Expected Behavior

Expecting app to install.

Actual Behavior

Error stated above, 500 internal server error.

Screenshots, Terminal Output

If applicable, add screenshots to help explain your problem.

 15:07:27 ~
$ mas search opencat
 -2143935391  OpenCat                       (1.3.0)
 -2143867999  Charming - 莫斯                 (0.8.6)
 -2143951518  PingPongChat                  (2.0.9)
 -2141890190  Tapkey - Customize key sounds (1.0.0)
 -2143841923  AssisChat - AI Assistant Chat (1.5)
 -2143615333  MyChatAI                      (1.11.0)
 -2142158273  Motrix - AI Chat Client       (1.8.1)
 -2144055741  Chat X - AI Assistant         (1.2.0)
 -2141086998  KnowBot-AI chat robot client  (1.0.8)
 -2143455284  AICat: GPT Open Chat          (1.0.3)
 -2141877205  ChatPrompt - AI Open Chats    (1.1.30508)
 -2143799715  White Bird - AI Chat Copilot  (4.0)

 15:07:27 ~
$ mas install 2143935391
Error: Download request failed: The server gave an error during download: 500 Internal Server Error.
@thatrobotdev
Copy link

I had the same problem, where mas "Magnet", id: 441258766 in a Brewfile with brew bundle installed with no issue but mas "CrystalFetch ISO Downloader", id: 2135503303 triggered the 500 Internal Server Error.

Brewfile

mas "CrystalFetch ISO Downloader", id: 2135503303
mas "Magnet", id: 441258766

Terminal input:

~ % brew bundle
Installing CrystalFetch ISO Downloader

At this point, the following pop-up appeared:
Screenshot of App Store error that says "Error del servidor durante la descarga: 500 Internal Server Error. Then, on a new line: "Internal Server Error". The pop-up has two button choices: "Cancelar" and "Reintentar""

("Error del servidor durante la descarga" translated to English is "Server error during the download". "Cancelar" is "Cancel", "Reintentar" is "Retry").

I clicked "Reintentar", and this pop-up appeared:
Screenshot of App Store error that says "AMD-Action:buyProduct:SM". The pop-up has two button choices: "Cancelar" and "Reintentar"

Clicking "Reintentar" again brings you back to the first pop-up, and the first pop-up keeps re-appearing with every time I click "Reintentar" unless I click "Cancelar". Then this pops up in my terminal:

Error: Download request failed: Error del servidor durante la descarga: 500 Internal Server Error.
Installing CrystalFetch ISO Downloader has failed!

Installing Magnet
...
Homebrew Bundle failed! 1 Brewfile dependency failed to install.

Environment:
mas version: 1.8.6
macOS version (system_profiler SPSoftwareDataType -detailLevel mini): macOS 14.4 (23E214)

mas Install Method: brew install mas (homebrew core)

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

No branches or pull requests

2 participants