1
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-04-09 03:01:48 -05:00

add error here :3

This commit is contained in:
ashley 2025-04-07 14:38:31 +00:00
parent fd1f3ea864
commit 59dd95fa39

View file

@ -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";
}
%>