mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #217] Logging in takes 10 minutes #155
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#155
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 @partoneoftwo on GitHub (Feb 2, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/217
Running Koel v2.0.2 on Debian 7 and Postgresql and I have installed Koel following instructions I found around. Installation went well without any issues.
The problem is using Koel . It takes 10 minutes to log in, from inside the system it only lists some of the albums I imported. Play does not seem to work and it starts jumping from one song to the next with a nice Browser notification showing for each song.
@thallian commented on GitHub (Feb 2, 2016):
Maybe there is something in the logs (storage/logs/laravel.log)?
Helped me to find needed php modules on FreeBSD.
@partoneoftwo commented on GitHub (Feb 2, 2016):
That logfile surely had a lot of clues.
I might have forgotten to run
after initializing the database with php artisan koel:init . Have done that now, and trying a resync.
EDIT:So I tried adding just a few album in a folder now. It works better, is very snappy and lets me log in in less than a second. It doesn't play anything yet. It just skips to the next song still.
@thallian commented on GitHub (Feb 2, 2016):
Oh right, postgre needs that, I forgot (altough it seems to work without after a few tries).
Is there something about a mime type function in the logs? I had the same symptom and was missing a php extension.
@phanan commented on GitHub (Feb 2, 2016):
Check your browser's console. What's the error?
@partoneoftwo commented on GitHub (Feb 2, 2016):
No errors in the "server console".
@phanan commented on GitHub (Feb 2, 2016):
I think your system is missing some decoders. Check, for example, https://support.mozilla.org/en-US/questions/1065113.
@phanan commented on GitHub (Feb 2, 2016):
Also don't post the full token.
@partoneoftwo commented on GitHub (Feb 2, 2016):
Fixed the token.
I have now tested on Firefox 43 on Linux and Chrome 47.0.25x on Linux, Windows and Android Nexus.
All my pc browsers do the skipping trick where it shows a new track playing and then skips to the next, the Android browser is saner and seems to be playing plays but does not output sound.
@phanan commented on GitHub (Feb 2, 2016):
No I mean the server, not the client.
@partoneoftwo commented on GitHub (Feb 2, 2016):
The problem was the streaming method. I had set it to x-sendfile, to be sure I also tried x-accel-redirect which also didn't work, but I am super mega happy! Reverted to the default php and it does the trick !
Now I have to figure out how to log in after indexing nearly 100.000 songs :) Maybe I will have to use a better server. [closeme]
@phanan commented on GitHub (Feb 2, 2016):
Glad it works!