2024-08-01, 09:10 PM
When you run "sudo ifconfig" or "sudo netplan status" do you have any IPv6 addresses assigned? You said Jellyfin doesn't have IPv6 enabled, and your ISP doesn't support IPv6. But is your OS still making DNS requests for IPv6 addresses? You'd have to disable IPv6 at the OS level.
Try this.
What happens when you curl api.tmdb.org and specify IPv6 only?
I'm assuming it gets an IPv6 address but fails to connect. And if you switch -6 with -4 it will then succeed and return 301 code.
Read this to disable IPv6 at the OS level.
https://askubuntu.com/questions/309461/h...ermanently
Try this.
What happens when you curl api.tmdb.org and specify IPv6 only?
Code:
curl -6 -v api.tmdb.org
I'm assuming it gets an IPv6 address but fails to connect. And if you switch -6 with -4 it will then succeed and return 301 code.
Read this to disable IPv6 at the OS level.
https://askubuntu.com/questions/309461/h...ermanently