2024-11-20, 02:29 AM
(This post was last modified: 2024-11-20, 02:44 AM by VulcanRidr. Edited 1 time in total.)
(2024-11-19, 01:36 PM)TheDreadPirate Wrote: The most common cause of this error is the host resolving URLs in IPv6, but IPv6 is not enabled in Jellyfin.
Code:[2024-11-18 16:26:05.765 -05:00] [ERR] [28] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb"
System.Net.Http.HttpRequestException: Name does not resolve (api.themoviedb.org:443)
IPv6 is disabled on my network, and the jellyfin jail can get to the internet. I installed lynx and was able to get to the internet from the jellyfin machine. My rc.conf includes:
Code:
ipv6_enable="NO"
ipv6_network_interfaces="none"
ipv6_activate_all_interfaces="NO"
Quote:What is the output of this command?
Code:curl -vvv https://image.tmdb.org/t/p/original/uqIVJR1fmkiwpcIsIcV0vxiyY4z.jpg -o /tmp/futurama.jpg
This: