mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-27 01:11:40 +00:00
The three managed browser providers (Browser Use, Firecrawl, Browserbase) all log the generic `except Exception as e:` fallback when a session-close request raises, but drop the traceback. When a cleanup path fails in production, the log shows the error string with no stack — which makes it hard to tell whether the SDK, the HTTP layer, or a third-party upstream misbehaved. Add `exc_info=True` to all three sites. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base.py | ||
| browser_use.py | ||
| browserbase.py | ||
| firecrawl.py | ||