[GH-ISSUE #576] Error downloading multiple songs at once #417

Closed
opened 2026-02-26 02:33:08 +03:00 by kerem · 2 comments
Owner

Originally created by @Porco-Rosso on GitHub (Apr 19, 2017).
Original GitHub issue: https://github.com/koel/koel/issues/576

  • You have read and followed closely the Wiki, Upgrade Guide, as well as Troubleshooting
  • The issue has not been reported before
  • This is not a "how to install on Windows" or "why is my npm messed up" question
  • You're a cool person

All checked? Now also make sure your issue

  • Is associated with a version. Or better yet, a commit.
  • Is as detailed as possible (ahem... OS, browser, steps to reproduce, maybe?)
  • Includes the error output if it's a bug/error report ("Whoops!" is not very helpful, you know)
  • Is in English, 因为我不说中文。

I'm running the latest version (3.6.2) on a Debian install, and have had this problem since at least v3.5.5 when I noticed it.
Downloading individual tracks works fine, but when I try to download multiple songs at once I get a 500 error Failed to load resource: the server responded with a status of 500 (Internal Server Error)
The URL it is trying to access is:
http://koel.domain.com/api/download/songs?songs[]=cdd57f4f8896b77666d5bdfeb7aa3497&songs[]=8bc2113b6423138931fafbe54bab386f&&jwt-token=XXXXXXreplacedXXXXXXXX
Am I missing some dependency, like php-zip or something that got added?

Originally created by @Porco-Rosso on GitHub (Apr 19, 2017). Original GitHub issue: https://github.com/koel/koel/issues/576 - [x] You have read and followed closely the [Wiki](https://github.com/phanan/koel/wiki), [Upgrade Guide](https://github.com/phanan/koel/releases), as well as [Troubleshooting](https://github.com/phanan/koel/wiki/Troubleshooting) - [x] The issue has not been reported before - [x] This is not a "how to install on Windows" or "why is my npm messed up" question - [x] You're a cool person All checked? Now also make sure your issue - [x] Is associated with a version. Or better yet, a commit. - [x] Is as detailed as possible (ahem... OS, browser, steps to reproduce, maybe?) - [x] Includes the error output if it's a bug/error report ("Whoops!" is not very helpful, you know) - [x] Is in English, 因为我不说中文。 I'm running the latest version (3.6.2) on a Debian install, and have had this problem since at least v3.5.5 when I noticed it. Downloading individual tracks works fine, but when I try to download multiple songs at once I get a 500 error `Failed to load resource: the server responded with a status of 500 (Internal Server Error)` The URL it is trying to access is: `http://koel.domain.com/api/download/songs?songs[]=cdd57f4f8896b77666d5bdfeb7aa3497&songs[]=8bc2113b6423138931fafbe54bab386f&&jwt-token=XXXXXXreplacedXXXXXXXX` Am I missing some dependency, like php-zip or something that got added?
kerem closed this issue 2026-02-26 02:33:08 +03:00
Author
Owner

@phanan commented on GitHub (Apr 20, 2017):

Can't reproduce. Please note that downloading multiple files requires ZipArchive module.

<!-- gh-comment-id:295653494 --> @phanan commented on GitHub (Apr 20, 2017): Can't reproduce. Please note that downloading multiple files requires `ZipArchive` module.
Author
Owner

@Porco-Rosso commented on GitHub (Apr 20, 2017):

I was eventually able to resolve it by running
sudo apt-get install php7.0-zip
and checking for a package named zip with:
php -m | grep zip

<!-- gh-comment-id:295871559 --> @Porco-Rosso commented on GitHub (Apr 20, 2017): I was eventually able to resolve it by running `sudo apt-get install php7.0-zip` and checking for a package named zip with: `php -m | grep zip`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#417
No description provided.