#My overseerr stopped working what do I do

34 messages ยท Page 1 of 1 (latest)

visual crag
#

i get errors on api calles

bold quiver
#

Have you tried changing your dns ?

hardy rover
#

You can do

dns:
  - 9.9.9.9
  - 8.8.8.8
  - 1.1.1.1

On your compose

visual crag
#
services:
  overseerr:
    image: lscr.io/linuxserver/overseerr:latest
    container_name: overseerr
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - /medai/plexdisk/overseerr/config:/config
    ports:
      - 5055:5055
    restart: unless-stopped
    dns:
      - 9.9.9.9
      - 8.8.8.8
      - 1.1.1.1```
#

my compose

visual crag
#

i have tried all 3 of them but it is not working on any of the dnsses

hardy rover
#

Please send logs

visual crag
visual crag
hardy rover
visual crag
#

No worries I am at work right now

bold quiver
visual crag
#

yes i know but dont know how to fix it

hardy rover
#

docker exec -it overseerr sh

#

apk update && apk add curl

#

curl -L api.themoviedb.org

#

Alao

#

nslookup api.themoviedb.org

visual crag
#

i tried but it can not find the api nor google

hardy rover
bold quiver
steel sequoia
visual crag
#

i dont think i have set up any other containers with a dns resolve

visual crag
hardy rover
#

If you cant ping that means youe container isnt getting internet either

#

One thjng you could do is try restarting the docker service