ViewTube / viewtube

▶️ ViewTube: The open source, privacy-conscious way to enjoy your favorite YouTube content. Docs: https://viewtube.wiki, Status: https://uptime.viewtube.io
https://viewtube.io
GNU Affero General Public License v3.0
1.31k stars 75 forks source link

Nothing happening after ℹ Primary node started: pid 1 #1248

Closed FunDeckHermit closed 2 years ago

FunDeckHermit commented 2 years ago

Describe the Bug

Webpage stays blank after running the docker compose file. Redis and Mongo-DB are happily chugging away but the ViewTube service stops after the first line.

Docker Compose log here: LINK

Steps to Reproduce the Bug

  1. Use the latest Docker
  2. Use the latest Docker Compose
  3. Copied this compose file in a docker-compose.yml file
  4. Edited VIEWTUBE_URL to http://192.168.1.205:8066/ (also tried localhost, the IP of the webbrowser client and my domain name)

Expected Behaviour

ViewTube visible in the browser

I was expecting a log like in this Issue.

Screenshot/Screen recording

image

Device Info

Additional Context

Tried a Hello World Docker webserver and that's running great. So no firewall blocking. image Stopping also takes ages (365 seconds) so I assume the application is stuck somewhere.

moisout commented 2 years ago

Weird... it really seems to be stuck somewhere. What hardware are you running on exactly?

FunDeckHermit commented 2 years ago

Nothing strange. LXC container running on Proxmox. Proxmox running on old i5-8250u hardware.

FunDeckHermit commented 2 years ago

Can I increase the log level somehow? I could also check older versions and check where it starts failing.

This is my first time running it, so no past history of it working.

moisout commented 2 years ago

You could try to disable clustering by setting VIEWTUBE_CLUSTERED=false

FunDeckHermit commented 2 years ago

Yeah that seemed to fix the issue. If you want to replicate it: