update parser
This commit is contained in:
@@ -65,10 +65,16 @@ class FastSyncEngine:
|
|||||||
return any(
|
return any(
|
||||||
marker in text
|
marker in text
|
||||||
for marker in (
|
for marker in (
|
||||||
|
"sslerror",
|
||||||
|
"ssleoferror",
|
||||||
|
"unexpected_eof_while_reading",
|
||||||
|
"eof occurred in violation of protocol",
|
||||||
|
"max retries exceeded",
|
||||||
"read timed out",
|
"read timed out",
|
||||||
"readtimeout",
|
"readtimeout",
|
||||||
"connection reset",
|
"connection reset",
|
||||||
"connection aborted",
|
"connection aborted",
|
||||||
|
"connection closed",
|
||||||
"temporarily unavailable",
|
"temporarily unavailable",
|
||||||
"too many requests",
|
"too many requests",
|
||||||
"status=429",
|
"status=429",
|
||||||
|
|||||||
Reference in New Issue
Block a user