Plugin catalog empty 10.10.3 - 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: Plugin catalog empty 10.10.3 (/t-plugin-catalog-empty-10-10-3) |
Plugin catalog empty 10.10.3 - Krosis - 2024-12-25 Hello everyone, I am having a small problem with Jellyfin and would apprechiate some advice. I have Jellyfin 10.10.3 installed on a N100 MiniPC running CasaOS v0.4.15 on Debian 12. I only changed the installation settings to include an external harddrive with movies on it. My problem is that Jellyfin does not pull any metadata for the movies. I went to check if a plugin needed to be updated/installed but the catalog is not showing any results or is loading indefinitly. I have seen in a previous post (https://forum.jellyfin.org/t-jellyfin-10-10-0-empty-plugins-catalogue) that this issus might be due to DNS error, which boils down to Jellyfin not beeing able to establish a connection to the internet? I am also running a Pihole to block advertisement in the network but cant see any blocking of Jellyfin stuff. Are there any domains I need to whitlist? I have tried the solution from the thread above (changing the network_mode from bridge to host in the drop down menu of CasaOs custom installation) but then I can not acces Jellyfin anymore. Thanks in advance and have a nice day. RE: Plugin catalog empty 10.10.3 - crobibero - 2024-12-26 Please include server logs when it tries to reach the plugin repo RE: Plugin catalog empty 10.10.3 - Krosis - 2024-12-26 Here is a Pastebin of the logfile https://pastebin.com/dDpz2Dpt RE: Plugin catalog empty 10.10.3 - TheDreadPirate - 2024-12-26 Looks like your server isn't able to access TMDB either. Code: [2024-12-26 03:00:57.400 +01:00] [ERR] [110] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" I noticed that there are IPv6 addresses in the log. Do you have IPv6 enabled in Jellyfin? RE: Plugin catalog empty 10.10.3 - Krosis - 2024-12-26 I have enabled IPv6 and IPv4 in the networking section if thats what you mean. RE: Plugin catalog empty 10.10.3 - TheDreadPirate - 2024-12-26 Make sure that every step in the chain from the host to the container supports IPv6. OR go the opposite direction and disable IPv6. Another thing we can do is see how your host and container are resolving addresses. Run this command on the host and container command line and share the output. Code: curl -vvv https://image.tmdb.org/t/p/original/uqIVJR1fmkiwpcIsIcV0vxiyY4z.jpg -o /tmp/futurama.jpg RE: Plugin catalog empty 10.10.3 - Krosis - 2024-12-26 I am guessing the host command line is the terminal of CasaOs. Here is the output in a Pastebin: https://pastebin.com/7YHSS4P2 For the container command line I use the terminal in the settings menu of the Jellyfin installation. Here is the output: https://pastebin.com/HREpUdFe RE: Plugin catalog empty 10.10.3 - TheDreadPirate - 2024-12-26 So the host is getting IPv6 addresses when resolving a hostname. But the container can't resolve anything at all. Even if IPv6 wasn't supported by the container it should still get SOMETHING when it tries to resolve an address. This tells me something with your pihole or your container config isn't quite right. Are there any allow lists on the pihole that would block devices not on the approved list? |