From 59dd95fa390564075239f2b6714555c3232502c2 Mon Sep 17 00:00:00 2001 From: ashley Date: Mon, 7 Apr 2025 14:38:31 +0000 Subject: [PATCH] add error here :3 --- html/video-error.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/video-error.ejs b/html/video-error.ejs index 88979e55..dcc19b06 100644 --- a/html/video-error.ejs +++ b/html/video-error.ejs @@ -12,7 +12,7 @@ if (!isValidYouTubeID(v) || isLetterSpam(v)) { reason = "Video not found >~<"; } else { - reason = "This helps protect our community. Learn more (TRYING AGAIN....)"; + reason = "Error while communicating with Invidious companion: Error connecting to 'companion:8282': Connection refused"; } %>