mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #349] cannot login .. #254
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#254
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 @aroundmyroom on GitHub (Jun 5, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/349
Today installed a clean ubuntu 16.04 and followed some guidelines how to install Koel. So far so good
where Debian 7 and 8 did fail on showing the login page, the Ubuntu version is actually showing me what I am expecting: a login page
Now my issue:
I can enter my username and password and I see it is valid, but Koel is keeping me on the login page
does do nothing
my console is giving me 1 hint
GET http://koel.aroundtheworld.net:8000/api/data 500 (Internal Server Error)
but I have no idea where to look
php7 in use
apache2 in use
tried it with chrome and edge (edge shows 'a little patience') but gives the same issue
username and pwd is valid but cannot pass the login screen ..
@aroundmyroom commented on GitHub (Jun 5, 2016):
update,
when I did this (I originally installed from
https://github.com/phanan/koel.git_
git fetch --all
git checkout v2.2.1
npm install
composer install
php artisan migrate
and restarted again .. I get finally the screens after the login page ..
very very very wierd ..
@phanan commented on GitHub (Jun 5, 2016):
You could have captured the 500 error and let me know. Now I don't have a clue, sorry.
@BernardGoldberger commented on GitHub (Jun 5, 2016):
@aroundmyroom just to verify, did you run
koel:init?@aroundmyroom commented on GitHub (Jun 5, 2016):
phanan, in my initial report I wrote:
GET http://koel.aroundtheworld.net:8000/api/data 500 (Internal Server Error)
and I was not able to login. I know the username and pass is ok as the login page can show you correct or false (bibberish box) .
I followed many many guidelines found on the internet and read the wikis here so I did all what is suggested.
With a database of around 110.000 songs I thought I give Koel a chance changing away from subsonic..
But the hassle to install, the unfortunately missing? play from specific location rather than from artist / album (id3 tagging is needed .. )
keeps me from using Koel, but will keep me playing and testing it.. the ui is awesome
@phanan commented on GitHub (Jun 5, 2016):
"500 Error" is not really helpful. If you could provide the error message (with debug log), that would be great.
We have this discussion here: #319.
@nikohd12 commented on GitHub (Apr 20, 2017):
I'm having the same problem.
@nikohd12 commented on GitHub (Apr 20, 2017):
mylink/api/me 500 (Internal Server Error)
@fanat98 commented on GitHub (Apr 24, 2017):
have same problem:
500 internal error by api/me
and
use php7 and nginx