mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
Unable To Download Metadata #6366
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @thinhlegolas on GitHub (Oct 20, 2024).
This issue respects the following points:
Description of the bug
I've been using jellyfin without issue till now. Currently any newly added movies don't have metadata downloaded automatically. Even when I click on Identify and supply IMDB ID and/or TMDB ID, it doesn't work. The log shows error.
Reproduction steps
What is the current bug behavior?
The cursor keeps on spinning.
What is the expected correct behavior?
It should refresh the metadata based on IMDB ID given.
Jellyfin Server version
10.9.11+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
No response
Specify the build version
10.9.11
Environment
Jellyfin logs
FFmpeg logs
No response
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@thinhlegolas commented on GitHub (Oct 20, 2024):
Resolved by itself somehow after I set the Ubuntu /etc/gai.conf to prefer ipv4 over ipv6.
The command "ping -c 4 api.themoviedb.org" was not working because the IP was resolved to ipv6. After the above change i could ping without problems.