Selfhosted error 1001

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?

1 points · 2 comments · view on lemmy.world

2 Comments

cerofrio@lemmy.dbzer0.com · 1 pts · 2y (1 reply)

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.

lukstru@feddit.de · 2 pts · 2y

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