Thomas-Sohier / jellyflut

Just a jellyfin client made in flutter (side project quality code)
MIT License
147 stars 21 forks source link

Can't seem to be able to log in #5

Closed Extarys closed 3 years ago

Extarys commented 3 years ago

Hi! I downloaded the 1.1.3 apk file from the repo, I enter my server name and URL (with https://, let's encrypt certificate). Then on the next screen I enter my username and password but pressing the "Login" button doesn't do anything.

The Jellyfin android app does work with the same url and password so I can safely say this is not a network issue on my end. Any idea what could be causing this?

Thomas-Sohier commented 3 years ago

Hi ! I just added toast to show error on login, download the new apk when available and retry and tell me what the error is. It's hard to debug as jellyfin on login error just send an http 401 error...

For info you nedd to specify http(s) for server url, such as "https://example.com".

Extarys commented 3 years ago

Thanks! I'm getting 415 Unsupported Media Type.

I'm using Jellyfin 10.7-RC3. I also put https in front of my domain name ;)

Thomas-Sohier commented 3 years ago

Hmm i see, you're using 10.7, they must have changed the login API endpoints. I'll look into it ASAP

Thomas-Sohier commented 3 years ago

Ok everything works in v1.1.8.

Try it and tell me

Extarys commented 3 years ago

Thanks @Thomas-Sohier it's working!