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. |