bugfix
This commit is contained in:
parent
750fc04cd7
commit
865ea0d9e4
@ -96,7 +96,7 @@ class StreamHttpClient:
|
|||||||
):
|
):
|
||||||
yield chunk
|
yield chunk
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
debug(f"❌ Direct request failed: {e}")
|
debug(f"❌ Direct request failed: {e}, {headers=}, {data=},{params=}")
|
||||||
debug("🧦 Retrying with SOCKS5 proxy...")
|
debug("🧦 Retrying with SOCKS5 proxy...")
|
||||||
try:
|
try:
|
||||||
async for chunk in self._request_with_connector(
|
async for chunk in self._request_with_connector(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user