From 3fb16bd8ef43a5c4eb686c3070c5e450920d2d89 Mon Sep 17 00:00:00 2001 From: Emilien <4016501+unixfox@users.noreply.github.com> Date: Fri, 10 Oct 2025 13:12:02 +0200 Subject: [PATCH] doc: add a message about docker compose logs --- docs/youtube-errors-explained.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/youtube-errors-explained.md b/docs/youtube-errors-explained.md index 52d0bcd..a8a81ca 100644 --- a/docs/youtube-errors-explained.md +++ b/docs/youtube-errors-explained.md @@ -68,6 +68,11 @@ Go to https://www.youtube.com with a browser and with the IP address configured Try to play a video. If you get "Sign in to confirm you are not a bot - This helps protect our community", then your IP is blocked from YouTube. +You can also check the logs of Invidious companion in order to understand what's going on. With Docker Compose: +``` +docker compose logs -f companion +``` + ### Solution(s) First make sure that you are running the latest version of Invidious and you are using Invidious companion. Please see [the updated installation guide](./installation.md).