[GH-ISSUE #349] cannot login .. #254

Closed
opened 2026-02-26 02:32:35 +03:00 by kerem · 8 comments
Owner

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 ..

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 ..
kerem closed this issue 2026-02-26 02:32:35 +03:00
Author
Owner

@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 ..

<!-- gh-comment-id:223802341 --> @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 ..
Author
Owner

@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.

<!-- gh-comment-id:223807095 --> @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.
Author
Owner

@BernardGoldberger commented on GitHub (Jun 5, 2016):

@aroundmyroom just to verify, did you run koel:init?

<!-- gh-comment-id:223810312 --> @BernardGoldberger commented on GitHub (Jun 5, 2016): @aroundmyroom just to verify, did you run `koel:init`?
Author
Owner

@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

<!-- gh-comment-id:223816091 --> @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
Author
Owner

@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.

play from specific location rather than from artist / album

We have this discussion here: #319.

<!-- gh-comment-id:223816340 --> @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. > play from specific location rather than from artist / album We have this discussion here: #319.
Author
Owner

@nikohd12 commented on GitHub (Apr 20, 2017):

I'm having the same problem.

<!-- gh-comment-id:295973594 --> @nikohd12 commented on GitHub (Apr 20, 2017): I'm having the same problem.
Author
Owner

@nikohd12 commented on GitHub (Apr 20, 2017):

mylink/api/me 500 (Internal Server Error)

<!-- gh-comment-id:295973679 --> @nikohd12 commented on GitHub (Apr 20, 2017): mylink/api/me 500 (Internal Server Error)
Author
Owner

@fanat98 commented on GitHub (Apr 24, 2017):

have same problem:
500 internal error by api/me
and

Database (/var/www/koel/config/../database/e2e.sqlite) does not exist. (SQL: select * from "users" where "email" = admin@admin.dev limit 1)

use php7 and nginx

<!-- gh-comment-id:296634275 --> @fanat98 commented on GitHub (Apr 24, 2017): have same problem: 500 internal error by api/me and ``` Database (/var/www/koel/config/../database/e2e.sqlite) does not exist. (SQL: select * from "users" where "email" = admin@admin.dev limit 1) ``` use php7 and nginx
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#254
No description provided.