This commit is contained in:
Yuriy Yuriev
2026-05-19 13:11:45 +07:00
parent 5055b106d7
commit 0f7414b4da
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -244,6 +244,8 @@ class BrowserService:
except asyncio.CancelledError:
raise
except Exception as e:
if not reading_completed:
logger.warning(f"Browse error [{proxy_info}] {url[:50]}: {e}")
return VisitResult(
url=url,
initial_url=initial_url,