Jellyfin Forum
TV android app bug - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: TV android app bug (/t-tv-android-app-bug)

Pages: 1 2


TV android app bug - abcklm - 2024-05-04

I started the Jellyfin app on the TV (where I have my login credentials stored), looked in my laptop through the admin account at my login on the TV(regular account), and found that I was missing the "submenu" for remote shutdown, pause. There was just an "i" icon and a message. But the message even when it went to send, it didn't show up on the TV.

If this happens, the Introskipper doesn't work properly either, the intro doesn't skip.

The only thing that helped me each time was blocking the account in order to completely log out of the app and then unblock and log back in.
This bug happens to me quite often. Today it even happened 2 times during the day, first time solved by blocking the account in order to completely log out of the app and then unblock and log back in.Then subsequently everything worked, but after an hour I then left the Jellyfin app, now after about 4 hours I reconnected to Jellyfin, but the bug appeared again. Again solved by blocking account and logging in.


So it could be related to the server response when launching the app. No idea how to check it Confused-face

I can see only this in Dashboard (screen)    

Android app TV, docker jellyfin/jellyfin (latest) on Synology NAS


RE: TV android app bug - TheDreadPirate - 2024-05-04

Are you using a reverse proxy?


RE: TV android app bug - abcklm - 2024-05-04

No reverse proxy, even this happens locally (one household, all connected by CAT6 via NAS->router->TV's)


RE: TV android app bug - TheDreadPirate - 2024-05-04

Can you share your server logs? And what plugins do you have installed?


RE: TV android app bug - abcklm - 2024-05-05

Sure:
Plugins: AudioDB, BookShelf, Fanart, Introskipper, Musicbrainz, Omdb, playbackreporting (which cant be backuped due to inactive button "Set backup path), Studio images, TMdb, TheTVdb.


The user was :"Rod"


RE: TV android app bug - TheDreadPirate - 2024-05-05

Can you post the log to pastebin instead of here?


RE: TV android app bug - abcklm - 2024-05-05

Like this?


RE: TV android app bug - TheDreadPirate - 2024-05-05

I was talking about this.

https://pastebin.com/

But an attachment is fine.

I don't see anything wrong in your log.

Are you using host or bridge networking?


RE: TV android app bug - abcklm - 2024-05-05

This is part of yaml:  so "host" i think
Code:
    volumes:
      - /volume2/docker/Jellyfin/config:/config
      - /volume2/docker/Jellyfin/cache:/cache
      - /volume1/Media:/Media
      - /volume2/docker/Jellyfin/jellyfin/jellyfin-web/web-config.json:/Jellyfin/jellyfin/jellyfin-web/config.json
    devices:
  #  - /dev/dri:/dev/dri **REMOVE THIS LINE**
      - /dev/dri/renderD128:/dev/dri/renderD128
      - /dev/dri/card0:/dev/dri/card0
    network_mode: host
    restart: unless-stopped



RE: TV android app bug - TheDreadPirate - 2024-05-05

I've got nothing.