![]() |
SOLVED: Can't download metadata images and plugin list - 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: SOLVED: Can't download metadata images and plugin list (/t-solved-can-t-download-metadata-images-and-plugin-list) |
Can't download metadata images and plugin list - Chadowblade - 2024-09-14 I have a fresh instal of ubuntu 24.04.1 with jellyfin. now the problem is when i scan library or get the metadata of a movie or tv show it wont download the images. same with plugin list when i load catalog it says no plugins available. i think these are interconnected because in the logs they both give me no rout to host. i can ping and curl and i dont know what to try anymore thes are part vof the logs i get: https://pastebin.com/W0573am0 RE: Can't download metadata images and plugin list - Efficient_Good_5784 - 2024-09-14 Just to make sure, you're not using IPv6 are you? RE: Can't download metadata images and plugin list - Chadowblade - 2024-09-14 ipv6 is disabled in jellyfin RE: Can't download metadata images and plugin list - TheDreadPirate - 2024-09-14 Why are there two 192.168 addresses? Code: [INF] Filtered interface addresses: ["127.0.0.1", "192.168.68.200", "192.168.0.200"] Is that a VPN? Another network the PC is connected to? RE: Can't download metadata images and plugin list - Chadowblade - 2024-09-14 weird thing with a mesh network where mesh wifi and mesh ethernet are different vlans (i think) so i connected the server closest to the outside which is the isp router with ip 192.168.0.x RE: Can't download metadata images and plugin list - TheDreadPirate - 2024-09-14 You don't HAVE to do that. You can configure Jellyfin to bind to a particular interface. Is it working now that you've connected directly to the ISP router? Can you run these commands and share the output? Code: nslookup repo.jellyfin.org RE: Can't download metadata images and plugin list - Chadowblade - 2024-09-14 it has always been attached to the isp router. here is the output: Code: chadowblade@media:~$ nslookup repo.jellyfin.org RE: Can't download metadata images and plugin list - TheDreadPirate - 2024-09-14 IPv6 is disabled in Jellyfin, but enabled in the OS. So you SHOULD enable IPv6 in Jellyfin and then restart Jellyfin. RE: Can't download metadata images and plugin list - Chadowblade - 2024-09-14 That was the problem! thank you so much! |