mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[Issue]: In 10.9.3, can't connect anymore from the android app #5912
Reference in New Issue
Block a user
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 @viraptor on GitHub (Jun 2, 2024).
Please describe your bug
Since upgrading to 10.9.x (10.9.3 specifically) the Android app doesn't load the library anymore. The login is stuck on the Jellyfin logo itself.
I can see only 2 requests:
GET /which returns a 302 redirect to /webGET /web/main.jellyfin.bundle.js?d499349fe6b6d338fd5c?deferred=true&ts=1717323466327which returns 200 and the fileThe loading never times out and I don't get the option to choose another server.
The same device/app worked fine with 10.8.13.
Reproduction Steps
Using the default nixos config, open the android app.
Jellyfin Version
10.9.0
if other:
10.9.3
Environment
Jellyfin logs
@cvium commented on GitHub (Jun 2, 2024):
Upgrade to 10.9.4
@viraptor commented on GitHub (Jun 2, 2024):
Thank you and I appreciate your polite request to retest with the new version. Unfortunately that did not fix my immediate problem, so the closure may have been premature.
I did discover however that removing the application's data completely and logging in again on any version in 10.9.x branch did remove the problem. So if anyone has a similar problem, "app info -> storage -> clear data" may help you.
:)