Pages are not displayed correctly, pictures are not loading... - 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: Pages are not displayed correctly, pictures are not loading... (/t-pages-are-not-displayed-correctly-pictures-are-not-loading) Pages:
1
2
|
RE: Pages are not displayed correctly, pictures are not loading... - TheDreadPirate - 2024-09-10 Can you share your docker compose with us? Also, would you be willing to switch from the Linuxserver Jellyfin image to the official Jellyfin image? Occasionally the Linuxserver image has weird quirks like this that can't be explained. You will have to start over since the Linuxserver image located their files a bit differently to the point of not being interchangeable. RE: Pages are not displayed correctly, pictures are not loading... - dakononov - 2024-09-11 (2024-09-10, 04:29 PM)TheDreadPirate Wrote: Can you share your docker compose with us? Also, would you be willing to switch from the Linuxserver Jellyfin image to the official Jellyfin image? Occasionally the Linuxserver image has weird quirks like this that can't be explained. You will have to start over since the Linuxserver image located their files a bit differently to the point of not being interchangeable. Thanks for HELP! 1) I switch to Jellyfin image in docker (jellyfin/jellyfin) but everything remained the same - the SHOWS are recognized, but there were no pictures, posters... The only thing that has changed in the file system is that the jellyfin_cashу and jellyfin_config folders now have locks. Now it looks like this Code: dakononov@U59:~$ ls -al /mnt/torrents/jellyfin_cashe You can see that the access rights have changed from DAKONONOV to ROOT docker configuration Code: ENTRYPOINT /jellyfin/jellyfin Code: Host/volume Path in container RE: Pages are not displayed correctly, pictures are not loading... - TheDreadPirate - 2024-09-11 If your timezone is accurate, is it possible TMDB, TVDB, and other sites are partially/entirely blocked in your country? Another user in India found out that their ISP blocked TMDB but not TVDB. What happens when you try to reach TMDB on the command line? Code: curl -vvv https://image.tmdb.org/t/p/original/uqIVJR1fmkiwpcIsIcV0vxiyY4z.jpg -o /tmp/futurama.jpg RE: Pages are not displayed correctly, pictures are not loading... - dakononov - 2024-09-11 (2024-09-11, 02:06 PM)TheDreadPirate Wrote: If your timezone is accurate, is it possible TMDB, TVDB, and other sites are partially/entirely blocked in your country? Another user in India found out that their ISP blocked TMDB but not TVDB. Code: dakononov@U59:~$ curl -vvv https://image.tmdb.org/t/p/original/uqIVJR1fmkiwpcIsIcV0vxiyY4z.jpg -o /tmp/futurama.jpg EMBY works greate with this folgers! As far as I understand, they have common resources? https://www.themoviedb.org/ I think is bloked https://www.thetvdb.com/ works fine thank you so much for your time!!!! I added the provider www.thetvdb.com and everything worked! Indeed, there was a blocking of https://www.themoviedb.org/ Apparently EMBY has different providers in its database! 1000000 THANKS! YOU ARE THE BEST! RE: Pages are not displayed correctly, pictures are not loading... - TheDreadPirate - 2024-09-11 Jellyfin was forked from Emby in 2018. Jellyfin's code has changed significantly since then. (2024-09-11, 04:38 PM)dakononov Wrote: This line tells me it is blocked in your country. That your DNS returned localhost for TMDB. TVDB is not installed by default in Jellyfin, but may be installed by default in Emby. |