2025-05-26, 10:01 PM
Android phone and TV apps work fine on this side of my router.
Web and iOS apps connect out in the world, but android won't.
I looked at the nginx logs, and found a lot of the usual traffic when connections are successful from the web or iOS client.
I found this one line when I tried using the android app with mobile data:
x.x.x.103 - - [20/May/2025:19:25:32 -0400] "GET /jellyfin/System/Info/Public HTTP/1.1" 301 169 "-" "Ktor client"
the android app gives the "Tried 5 candidates for input, without success" and the common permutations.
I can use a browser to navigate to the GET link, and I get a JSON file:
{"LocalAddress":"http://127.0.0.1:8096/jellyfin","ServerName":"XXXXXXXXX","Version":"10.10.7","ProductName":"Jellyfin Server","OperatingSystem":"","Id":"longstringofcharacters","StartupWizardCompleted":true}
Is there any way to use the Android app outside of my LAN?
Web and iOS apps connect out in the world, but android won't.
I looked at the nginx logs, and found a lot of the usual traffic when connections are successful from the web or iOS client.
I found this one line when I tried using the android app with mobile data:
x.x.x.103 - - [20/May/2025:19:25:32 -0400] "GET /jellyfin/System/Info/Public HTTP/1.1" 301 169 "-" "Ktor client"
the android app gives the "Tried 5 candidates for input, without success" and the common permutations.
I can use a browser to navigate to the GET link, and I get a JSON file:
{"LocalAddress":"http://127.0.0.1:8096/jellyfin","ServerName":"XXXXXXXXX","Version":"10.10.7","ProductName":"Jellyfin Server","OperatingSystem":"","Id":"longstringofcharacters","StartupWizardCompleted":true}
Is there any way to use the Android app outside of my LAN?