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:
parent
fd1f3ea864
commit
59dd95fa39
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
%>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue