We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e12295 commit 539e2e2Copy full SHA for 539e2e2
1 file changed
src/RPCErrorException.php
@@ -151,6 +151,7 @@ public static function isBad(string $error, int $code, string $method): bool
151
|| str_contains($error, 'INPUT_FETCH_ERROR_')
152
|| str_contains($error, 'https://telegram.org/dl')
153
|| str_starts_with($error, 'Received bad_msg_notification')
154
+ || str_starts_with($error, 'RECAPTCHA_CHECK_')
155
|| str_starts_with($error, 'No workers running')
156
|| str_starts_with($error, 'FLOOD_TEST_PHONE_WAIT_')
157
|| str_starts_with($error, 'All workers are busy. Active_queries ')
0 commit comments