mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #239] Error 500 when playing a song #176
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#176
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 @drazik on GitHub (Feb 17, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/239
Hello,
I have a strange issue when I want to play a song. The following URL is requested but returns a HTTP 500 error :
What is really strange is that this error only happens when reaching koel via apache2. When I run
php artisan serve --host 0.0.0.0, there is no problem and the song is playing.The only difference I see is the token :
Still I don't think it makes any difference. So I looked in my apache error logs and absolutely nothing is related to this.
I put 777 rights on the koel folder and every files it contains, just in case, but I still get the error. I can't figure what is going on. Does somebody encountered the same issue and found a way to resolve it?
Thank you very much, for the work and the time spent on this project.
@drazik commented on GitHub (Feb 17, 2016):
Ok closing this one. I found the existence of the
storage/logs/laravel.logfile, which showed me that this is a permission problem. When runningphp artisan serve, the songs are read by my user, who has the right permissions. But apache didn't have the right permissions.Thanks.