mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #789] Can't get music to play or download #563
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#563
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 @dotnetdan on GitHub (Aug 23, 2018).
Original GitHub issue: https://github.com/koel/koel/issues/789
Hi,
I'm running Koel 3.7.2 on Windows 10 with PHP 7.2, MYSQL, and streaming mode set to php. When I try to play music, nothing happens.
Browser console shows
HTTP load failed with status 500. Load of media resource http://localhost:8000/api/f19f882b53ca6bfaff25501d54f397d0/play?jwt-token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEsImlzcyI6Imh0dHA6Ly9sb2NhbGhvc3Q6ODAwMC9hcGkvbWUiLCJpYXQiOjE1MzQ5OTIyNTUsImV4cCI6MTUzNTU5NzA1NSwibmJmIjoxNTM0OTkyMjU1LCJqdGkiOiJqN2pxWkc0d2M1UlZMbDFWIn0.4gLBReS4nb20wNaFJHWw3QSJ8ijrW_ISkxg07ih_U54 failed.This is happening for ALL music in my library - mp3 files and flac. I can edit track info just fine. I also can't download - there is no error message, nothing happens. I've tried using IE, Chrome, and Firefox. Any ideas how I can get this to work? Are there any logs I can check?
@phanan commented on GitHub (Aug 24, 2018):
You can check for the logs under
storage/logs/laravel.log@dotnetdan commented on GitHub (Aug 25, 2018):
Ok, thanks. I got it to work now, by adding
extension=php_fileinfo.dllto my php.ini - apparently this is needed to enable the mime magic extension. This seems to be a windows only requirement (https://stackoverflow.com/a/14809304/66101)In case anyone else is having this issue, this was the error: