Jellyfin Forum
Can't download images. Metadata text downloads fine. - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Media Scanning & Identification (https://forum.jellyfin.org/f-media-scanning-identification)
+---- Thread: Can't download images. Metadata text downloads fine. (/t-can-t-download-images-metadata-text-downloads-fine)

Pages: 1 2


RE: Can't download images. Metadata text downloads fine. - forsklt - 2024-09-09

swag cap add is from https://docs.linuxserver.io/general/swag/#what-is-lets-encrypt-andor-zerossl -- just copy paste it from here
i did not modify any docker network mods, will try now making swag host, as for jellyfin i use network_mode: swag for connection


RE: Can't download images. Metadata text downloads fine. - forsklt - 2024-09-09

Got swag to run using host driver and that seems to fix the problem. However in that configuration I can't seem to reverse proxy swag to jellyfin. The swag conf file asks for a host ip which the docker network log does not provide. It only shows container name and EndpointID.


RE: Can't download images. Metadata text downloads fine. - TheDreadPirate - 2024-09-09

Run "docker inspect jellyfin" and it should print the jellyfin bridge IP.


RE: Can't download images. Metadata text downloads fine. - forsklt - 2024-09-09

Solved! Jellyfin and swag running in docker host, had to change swag jellyfin conf file line "set $upstream_app" to my local ip.


RE: Can't download images. Metadata text downloads fine. - Atharv95 - 2024-11-25

I've encountered an issue where text metadata for content downloads correctly, but images fail to download. The workaround I've found is to restart Jellyfin and Swag, which allows images to download as expected for about 5 minutes, before entering an indefinite loading loop. When clicking the cloud icon to download images in the pop-up window, they load initially but then stall, requiring a page refresh to exit the loop. The same issue occurs with the plugin catalog, which loads briefly after a restart but then enters an indefinite loading state. I've also disabled IPv6 in both Jellyfin and my OS (OMV), and I've noticed my library doesn't update unless I perform a restart.


RE: Can't download images. Metadata text downloads fine. - TheDreadPirate - 2024-11-25

Can you share your server logs via pastebin?