#Plex.TV Metadata API - Failed to retrieve watchlist items

26 messages · Page 1 of 1 (latest)

fringe lynx
spark trout
#

What version are you running?

fringe lynx
spark trout
#

Sounds like youre having dns issues

#

Please send full logs

fringe lynx
spark trout
#

Okay so add these to your compose

#
dns:
  - 9.9.9.9
  - 8.8.8.8
  - 1.1.1.1
#

Redeploy

#

Then run watchlist sync job in settings > jobs&cache

#

And share logs

fringe lynx
#

using this

`services:
seerr:
image: ghcr.io/seerr-team/seerr:latest
container_name: seerr
init: true
environment:
- LOG_LEVEL=debug
- TZ=Europe/London
- PORT=5055
- JELLYSEERR_ENABLE_JELLYFIN=true
ports:
- "5055:5055"
volumes:
- T:/Websites/Jellyseerr/appdata/config:/app/config
- T:/Websites/Jellyseerr/app/public:/app/public
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:5055/api/v1/status || exit 1"]
start_period: 20s
timeout: 3s
interval: 15s
retries: 3
restart: unless-stopped
dns:
- 9.9.9.9
- 8.8.8.8
- 1.1.1.1

volumes:
seerr_config:`

spark trout
#

Okay go to settings > network

#

Turn on forceipv4

#

And restart

fringe lynx
#

I only have ipv4 enabled.. I turned off ipv6 a few months back

#

Think I found the reason. I use a VPN, ExpressVPN, which seems to hijack the DNS..

Do you know any way to solve this so I can have VPN on constantly?

spark trout
#

The aforementioned vpn does support split tunneling

fringe lynx
#

would it be docker I add to the list of excluded apps to make this work?

spark trout
#

I dont use windows

#

But give it a try

fringe lynx
#

haha no worries, thanks so much for your help, I'll figure it out from here.