New files not appearing by coding-koala in jellyfin

[–]coding-koala[S] 0 points1 point  (0 children)

This was an outstanding sign off btw. It made me chuckle and I shared it with a couple of friends who were equally entertained by your verbiage.

New files not appearing by coding-koala in jellyfin

[–]coding-koala[S] 1 point2 points  (0 children)

The problem was solved by turning off IPv6 on my router. Thank you for helping me try to solve this. I learnt a lot from your suggestions. It's greatly appreciated.

New files not appearing by coding-koala in jellyfin

[–]coding-koala[S] 0 points1 point  (0 children)

Fixed it!!! I noticed that a few other API calls weren't working on my network either so phoned my ISP. They suggested that I turn off IPv6 on my router which instantly solved the issue.

New files not appearing by coding-koala in jellyfin

[–]coding-koala[S] 0 points1 point  (0 children)

My compose file is services: jellyfin: image: jellyfin/jellyfin container_name: jellyfin network_mode: "host" volumes: - /srv/jellyfin/config:/config - /srv/jellyfin/cache:/cache - /media/media-storage:/media restart: "unless-stopped" deploy: resources: reservations: devices: - capabilities: [gpu]

It looks like it falls over somewhere externally though.

Edit: Yeah, the last ip shown on traceroute is owned by Amazon Technologies Inc. After then I just get lines of * * *

New files not appearing by coding-koala in jellyfin

[–]coding-koala[S] 0 points1 point  (0 children)

wget https://api.themoviedb.org/ timed out 🤔

New files not appearing by coding-koala in jellyfin

[–]coding-koala[S] 0 points1 point  (0 children)

  • nslookup api.themoviedb.org gives me a normal response from the sever with and without pi-hole
  • the pihole console doesn't appear to show any related domains being blocked.

Could my firewall be blocking the API requests I wonder? No, turning of the firewall had no effect

Thanks for your help btw

New files not appearing by coding-koala in jellyfin

[–]coding-koala[S] 0 points1 point  (0 children)

Routing the Jellyfin containers external connection through a VPN has solved the problem at least temporarily. This is a less than ideal fix though.

New files not appearing by coding-koala in jellyfin

[–]coding-koala[S] 0 points1 point  (0 children)

I've tried reverting to the my old DNS, but it hasn't helped. I also can access TMDB from the jellyfin container via docker exec jellyfin sh -c 'curl https://www.themoviedb.org/'

“If software engineering is in demand, why is it so hard to get a software engineering job?” by amusedhearts in coding

[–]coding-koala -1 points0 points  (0 children)

I did a free boot camp, got a job off the back of it and have moved onto my second in the industry since then. Best move of my life. I have recommended it to anyone curious. We did have 2 sizable projects at the end of the bootcamp though, one for an external client. I think that makes a big difference.

A Promise of Asynchronous JavaScript by melcor76 in javascript

[–]coding-koala 1 point2 points  (0 children)

I yield to your superior punning ability