From 6aa39dd1d1a4322c0b7d6975efa6bb8c7d63d38e Mon Sep 17 00:00:00 2001 From: wukko Date: Sat, 24 Aug 2024 18:34:38 +0600 Subject: [PATCH] web/i18n/error: add token expiration youtube error & update login error --- web/i18n/en/error.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/i18n/en/error.json b/web/i18n/en/error.json index e9bb0332..b807586f 100644 --- a/web/i18n/en/error.json +++ b/web/i18n/en/error.json @@ -44,5 +44,6 @@ "api.youtube.codec": "youtube didn't return anything with your preferred codec & resolution. try another set of settings!", "api.youtube.decipher": "youtube updated its decipher algorithm and i couldn't extract the info about the video.\n\ntry again in a few seconds, but if issue sticks, contact us for support.", - "api.youtube.login": "couldn't get this video because youtube asked me to log in. this is potentially caused by the processing instance not having any cookies or their expiration" + "api.youtube.login": "couldn't get this video because youtube labeled me as a bot. this is potentially caused by the processing instance not having any active account tokens. try again in a few seconds, but if it still doesn't work, tell the instance owner about this error!", + "api.youtube.token_expired": "couldn't get this video because the youtube token expired and i couldn't refresh it. try again in a few seconds, but if it still doesn't work, tell the instance owner about this error!" }