rasmuslos / ShelfPlayer

Native Audiobookshelf player for iOS & iPadOS
Other
221 stars 19 forks source link

Login failed #135

Closed revelous closed 2 months ago

revelous commented 2 months ago

I'm unable to log in. Server log indicates a successful auth but app says "Login failed".

From server log: [2024-09-05 21:43:02.709] INFO: [Auth] User "username" logged in from ip 172.19.0.1

I did test with a bad password. The log entry is different: [2024-09-05 21:45:38.985] ERROR: [Auth] Failed login attempt for username "username" from ip 172.19.0.1 (Invalid password) (Auth.js:888)

Server is running version 2.13.3. App is version 2.4.3

Not sure what other info is relevant.

revelous commented 2 months ago

I created a new user and was able to log in with that new user. No idea why that fixed it.

rasmuslos commented 2 months ago

Related to #136