mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #576] Error downloading multiple songs at once #417
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#417
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Porco-Rosso on GitHub (Apr 19, 2017).
Original GitHub issue: https://github.com/koel/koel/issues/576
All checked? Now also make sure your issue
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=XXXXXXreplacedXXXXXXXXAm I missing some dependency, like php-zip or something that got added?
@phanan commented on GitHub (Apr 20, 2017):
Can't reproduce. Please note that downloading multiple files requires
ZipArchivemodule.@Porco-Rosso commented on GitHub (Apr 20, 2017):
I was eventually able to resolve it by running
sudo apt-get install php7.0-zipand checking for a package named zip with:
php -m | grep zip