jarnedemeulemeester / findroid

Third-party native Jellyfin Android app
GNU General Public License v3.0
2.67k stars 167 forks source link

IPv6 only server #813

Closed UjuiUjuMandan closed 3 months ago

UjuiUjuMandan commented 3 months ago

Describe the bug

Findroid cannot handle an IPv6 only server, that's a domain that only has AAAA record and no A record.

To Reproduce Steps to reproduce the behavior:

  1. Start app
  2. Enter server address as (See Additional context)
  3. Tap Connect

Expected behavior Just work.

Screenshots WIP

Device info (please complete the following information):

Additional context

From a packet capture I can see Findroid only sent a DNS request for A record, no more.

If you don't have any server for testing, leave an email address and I'll sent you mine privately.

UjuiUjuMandan commented 3 months ago

My bad.