Jellyfin Forum
Andoind Clients fail to connect when the URI scheme is not lowercase - 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: Andoind Clients fail to connect when the URI scheme is not lowercase (/t-andoind-clients-fail-to-connect-when-the-uri-scheme-is-not-lowercase)



Andoind Clients fail to connect when the URI scheme is not lowercase - yotamkorah - 2025-12-04

When connecting to a new server URL, I input Https://my.server.name by mistake. 
I encountered a connection error and from the URLs the client tried to connect to I found that the client incorrectly parsed the URL and assumed the scheme is a part of the hostname. 
   
After changing the URL to https://my.server.name everything worked just fine. This happened to me on both my Android TV box and Android phone.
For me this seems like a small bug in the URL parsing function of the client but GitHub sent me here first.

More details:
Jellyfin server version: 10.11.4
Jellyfin Android TV Client version: 0.19.4
TV Device: Xiaomi MIBOX 4
Mobile: OnePlus 13
Jellyfin Android Mobile client version: 2.6.3


RE: Andoind Clients fail to connect when the URI scheme is not lowercase - niels - 2025-12-04

This is a very good find and is indeed a bug. I've fixed it and it should make its way to our Android apps eventually. Thanks!