From 865ea0d9e44dcb2ade7a0fcfba196d201bb72674 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 14 Aug 2025 17:48:25 +0800 Subject: [PATCH] bugfix --- appPublic/streamhttpclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appPublic/streamhttpclient.py b/appPublic/streamhttpclient.py index d4f5a30..a2230a7 100755 --- a/appPublic/streamhttpclient.py +++ b/appPublic/streamhttpclient.py @@ -96,7 +96,7 @@ class StreamHttpClient: ): yield chunk except Exception as e: - debug(f"❌ Direct request failed: {e}") + debug(f"❌ Direct request failed: {e}, {headers=}, {data=},{params=}") debug("🧦 Retrying with SOCKS5 proxy...") try: async for chunk in self._request_with_connector(