SOLVED: Android App not connecting anymore - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access) +---- Thread: SOLVED: Android App not connecting anymore (/t-solved-android-app-not-connecting-anymore) Pages:
1
2
|
RE: Android App not connecting anymore - bkl842 - 2024-03-23 Until a few days ago, I was unable to connect remotely to my server with the Android tv app, although the web interface worked as did the iOS app. I was also able to connect with the Kodi plugin, but it was very slow to start playback (a minute 30 seconds+) or to list directory contents. I opened an issue on GitHub, and one of the suggestions was to disable http/2 and gzip. After doing that, the lag on Kodi was resolved, and I can also connect remotely with the Android tv app. Even after re-enabling http/2 and gzip. Not sure why it worked, but it’s worth a try. RE: Android App not connecting anymore - holger_kuehn - 2024-03-25 Hi, have done some more digging and testing. This seems to be caused by one or more of those headers, will narrow them down tomorrow (just a quik note today): Code: RequestHeader set X-Forwarded-Proto 'https' env=HTTPS I suspect the Content-Security-Policy, as it should block scripts, will update as soon as I've tested this. RE: Android App not connecting anymore - holger_kuehn - 2024-03-26 For reference, the Android App is blocked from connecting when the proxy adds a Content-Security-Policy-Header that blocks outside sources and those are used by skins for example. This was the case here as I used Ultrachromic skin via Skin Manager. The following virtual host is working as expected, and honoring most best practices from pentest-tools.com: Code: <VirtualHost *:443> RE: Android App not connecting anymore - beankylla - 2024-07-13 Hello, I am experiencing a similar issue with a slightly different setup: I am running jellyfin in docker behind nginx proxy manager. [*]From the browser it always works flawlessly regardless of the origin [*]with the android app:
Once successfully connected app works OK, even from a location that i could not connect from I experience a different behavior with the flatpak app: connects OK from my computer whereas the androidTV box will refuse to connect. Would be happy to provide any elements that would help RE: Android App not connecting anymore - TheDreadPirate - 2024-07-13 Can you share screenshots of all the tabs for Nginx Proxy Manager? Censor the domain. RE: Android App not connecting anymore - esjaysee - 2024-07-14 Maybe it's time to use Caddy? It just seems to work better for reverse proxies in Windows from my experience. Don't ask me why. But if you need a hand or a sample caddy file let me know. |