#Plex.TV Metadata API - Failed to retrieve watchlist items
26 messages · Page 1 of 1 (latest)
What version are you running?
3.0.1
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
Nothing seems to work now
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:`
Yeah its still dns related
Okay go to settings > network
Turn on forceipv4
And restart
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?
You can do split tunneling
The aforementioned vpn does support split tunneling
would it be docker I add to the list of excluded apps to make this work?
I think so. Not really sure on windows sorry 😅
I dont use windows
But give it a try
haha no worries, thanks so much for your help, I'll figure it out from here.