Hi, I just installed a piped instance on my server, however whenever I want to play a video it just shows ‘error 1001, look at the logs’. I installed via docker, I could not find a way documented to access said logs. Does anyone know how to access the logs?
You must log in or register to comment.
Have you checked the Docker logs for your piped container(s)
https://docs.docker.com/engine/reference/commandline/logs/
Running ‘docker ps’ will show you your running containers which you can then use those names to retrieve the logs.
Thanks, that helped a little. The frontend and the proxy show no errors, the backend shows a parsing exception and a timeout exception. However, I got invidious to run without problems in the meantime, so I’m staying with that