Closed HaJue60 closed 1 year ago
Something is wrong with the dns server.
Can you explain how did you install invidious?
Hello Unixfox, thank you for the fast anser. I installed it as descibed in https://docs.invidious.io/installation/#docker-compose-method-production it is a fresh installation.
nslookup www.youtube.com on server is working. see attachment nslookup_on_raspi.txt
inside the container I got an error: /invidious $ nslookup www.youtube.com ;; connection timed out; no servers could be reached
/invidious $
So you it seems that you are right, but at the moment I have no idea why the docker container connot find the dns-server
What's the architecture of your RPI? Is it ARMv8 or ARM64? You can find it in uname -a
.
By the way on RPI you should use the correct docker image: https://github.com/iv-org/invidious/issues/361#issuecomment-881047911
System: Kernel: 5.15.76-v8+ aarch64 bits: 64 Console: tty 0 Distro: Debian GNU/Linux 11 (bullseye)
Machine: Type: ARM Device System: Raspberry Pi 4 Model B Rev 1.4 details: BCM2835 rev: d03114 serial:
maybe important: I've running a pihole in the same docker environment.
I found a workaround: I've changed the docker-compose.yml of the pihole as desribed in
now it is working
I'll close this issue as it was a misconfiguration on your side.
Describe the bug
Steps to Reproduce
Logs
Screenshots
logs.txt docker-compose.yml.txt
Additional context