Jellyfin Forum
Plugins Not Working - 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: Plugins Not Working (/t-plugins-not-working)



Plugins Not Working - souriz - 2025-02-02

I've got Jellyfin set up on my Synology NAS using the jellyfin/jellyfin Image from Docker Hub installed through Container Manager, and *almost* everything is working exactly as it should. Everything except for plugins.

In the administration dashboard I can see my installed plugins all showing as active
   
but no metadata is loading for any of my files, and I cannot add any plugins through the catalogue.

My plugin catalogue shows nothing
   
despite the correct repos being loaded (I tried adding the unofficial just to see if it would change anything but it didn't)
   

In the system log, the following error is repeated for each media file:
[ERR] [##] MediaBrowser.Providers.TV.EpisodeMetadataService: Error in "TheMovieDb"
System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.themoviedb.org:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable

What have I done wrong?


RE: Plugins Not Working - TheDreadPirate - 2025-02-03

Most of the time, this is caused by the host using IPv6 but Jellyfin doesn't have IPv6 enabled. Try enabling IPv6 in Jellyfin.

Also, are you using host or bridge networking?


RE: Plugins Not Working - souriz - 2025-02-03

(Yesterday, 12:17 AM)TheDreadPirate Wrote: Most of the time, this is caused by the host using IPv6 but Jellyfin doesn't have IPv6 enabled.  Try enabling IPv6 in Jellyfin.
Also, are you using host or bridge networking?

I'm using bridge networking for the container, and don't have IPv6 set up. Is that a requirement?


RE: Plugins Not Working - TheDreadPirate - 2025-02-03

It isn't. But it is often the cause. Linux and Windows default to enable IPv6. Run this command on the host and in a bash shell in the container then share the output.

Code:
curl -vvv https://image.tmdb.org/t/p/original/uqIVJR1fmkiwpcIsIcV0vxiyY4z.jpg -o /tmp/futurama.jpg