Browser Runs

Supervised browser/computer-use queue.

Queue a Run

Review the current Docs page and summarize the visible document or inbox state.

queued

browser.google.docs_review · browser_use · https://docs.google.com/

Auth session: google_workspace

Review the current Docs page and summarize the visible document or inbox state.

completed

browser.google.docs_review · browser_use · https://docs.google.com/

Auth session: google_workspace

skill
browser.google.docs_review
target
https://docs.google.com/
domain
docs.google.com
summary
Current page is Google Account sign-in page; no Docs home or document is loaded.
document state
No document or Docs home page visible due to sign-in requirement.
recommended action
User needs to sign in to their Google Account to access Google Docs.
visible items
['Email or phone input field', 'Next button', 'Create account button', 'Forgot email link']

Review the current Docs page and summarize the visible document or inbox state.

failed

browser.google.docs_review · browser_use · https://docs.google.com/

Error: Browser Use reported that the task did not complete successfully.

Review the current Docs page and summarize the visible document or inbox state.

completed

browser.google.docs_review · browser_use · https://docs.google.com/

skill
browser.google.docs_review
target
https://docs.google.com/
domain
docs.google.com
summary
Navigation failed: Navigation to https://drive.google.com/drive/my-drive blocked by security policy
recommended action
Review the page state and decide the next approved action.

Review the current Docs page and summarize the visible document or inbox state.

failed

browser.google.docs_review · browser_use · https://docs.google.com/

Error: Traceback (most recent call last): File "/home/dylan/heart-ops/data/voice/browser_runs/f9b77cbb3b7d44cb88d64fece3523a15/browser_use_run.py", line 5, in <module> from browser_use import Agent, BrowserSession, ChatAnthropic, ChatGoogle, ChatOpenAI, ChatOpenRouter ImportError: cannot import name 'ChatOpenRouter' from 'browser_use' (/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/__init__.py)

Review the current Docs page and summarize the visible document or inbox state.

failed

browser.google.docs_review · browser_use · https://docs.google.com/

Error: Browser Use LLM Gateway is unavailable for this account tier; upgrade the Browser Use subscription or configure a supported external LLM.

Review the current Docs page and summarize the visible document or inbox state.

completed

browser.google.docs_review · browser_use · https://docs.google.com/

skill
browser.google.docs_review
target
https://docs.google.com/
domain
docs.google.com
summary
AgentHistoryList(all_results=[ActionResult(is_done=False, success=None, judgement=None, error=None, attachments=None, images=None, long_term_memory='Found initial url and automatically loaded it. Navigated to https://docs.google.com/', extracted_content='🔗 Navigated to https://docs.google.com/', include_extracted_content_only_once=False, metadata=None, include_in_memory=False), ActionResult(is_done=False, success=None, judgement=None, error='API request failed: Free tier accounts are not allowed
recommended action
Review the page state and decide the next approved action.

Review the current Docs page and summarize the visible document or inbox state.

completed

browser.google.docs_review · browser_use · https://docs.google.com/

Inspect Docs home after browser-use session tuning

completed

browser.research · browser_use · docs.google.com · https://docs.google.com/

Inspect Docs home async poll

failed

browser.research · browser_use · docs.google.com · https://docs.google.com/

Error: INFO [service] Using anonymized telemetry, see https://docs.browser-use.com/development/monitoring/telemetry. INFO [Agent] 🔗 Found URL in task: https://docs.google.com/, adding as initial action... INFO [Agent] 🎯 Task: Inspect Docs home async poll. Start at https://docs.google.com/. Inspect the page and summarize what you find. If relevant, note the next action Dylan should approve. Do not submit forms or perform irreversible actions. Notes: . Write any structured findings into /home/dylan/heart-ops/data/voice/browser_runs/436b0dcc4570434faba02e280905952c/result.json if you generate them. INFO [Agent] Starting a browser-use agent with version 0.12.6, with provider=browser-use and model=bu-1-0 WARNING [bubus] ⚠️ EventBus_e60e5753🟢(⏳ 0 | ▶️ 2 | ✅ 0 ➡️ 31 👂) handler browser_use.browser.watchdog_base.BrowserSession.on_BrowserStartEvent() has been running for >15s on event. Possible slow processing or deadlock. (handler could be trying to await its own result or could be blocked by another async task). browser_use.browser.watchdog_base.BrowserSession.on_BrowserStartEvent(?▶ BrowserStartEvent#1a23 🏃) WARNING [bubus] ⚠️ EventBus_e60e5753🟢(⏳ 0 | ▶️ 2 | ✅ 0 ➡️ 31 👂) handler browser_use.browser.watchdog_base.LocalBrowserWatchdog.on_BrowserLaunchEvent() has been running for >15s on event. Possible slow processing or deadlock. (handler could be trying to await its own result or could be blocked by another async task). browser_use.browser.watchdog_base.LocalBrowserWatchdog.on_BrowserLaunchEvent(?▶ BrowserLaunchEvent#7a06 🏃) WARNING [bubus] ================================================================================ WARNING [bubus] ⏱️ TIMEOUT ERROR - Handling took more than 30.0s for EventBus_e60e5753.browser_use.browser.watchdog_base.BrowserSession.on_BrowserStartEvent(?▶ BrowserStartEvent#1a23 ✅) WARNING [bubus] ================================================================================ WARNING [bubus] 📣 BrowserStartEvent#1a23 30s WARNING [bubus] ⏰ browser_use.browser.watchdog_base.BrowserSession.on_BrowserStartEvent(#1a23) ⌛️ 30s/30s ⬅️ TIMEOUT HERE ⏰ WARNING [bubus] 📣 BrowserLaunchEvent#7a06 30s WARNING [bubus] ☑️ browser_use.browser.watchdog_base.DownloadsWatchdog.on_BrowserLaunchEvent(#7a06)  0s/30s ✓ WARNING [bubus] ➡️ browser_use.browser.watchdog_base.LocalBrowserWatchdog.on_BrowserLaunchEvent(#7a06) ⏳ 30s/30s ⬅️ INTERRUPTED ✂️ WARNING [bubus] ================================================================================ ERROR [Agent] Agent run failed with exception: Event handler browser_use.browser.watchdog_base.BrowserSession.on_BrowserStartEvent#2704(?▶ BrowserStartEvent#1a23 🏃) timed out after 30.0s and interrupted any processing of 1 child events Traceback (most recent call last): File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 1128, in execute_handler result_value: Any = await asyncio.wait_for(handler_task, timeout=event_result.timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/asyncio/tasks.py", line 466, in wait_for await waiter asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/browser/watchdog_base.py", line 153, in unique_handler result = await actual_handler(event) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/observability.py", line 73, in async_wrapper return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/browser/session.py", line 760, in on_BrowserStartEvent await launch_event File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/models.py", line 313, in wait_for_handlers_to_complete_then_return_event await bus.process_event(event) File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 976, in process_event await self._execute_handlers(event, handlers=applicable_handlers, timeout=timeout) File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 1070, in _execute_handlers await self.execute_handler(event, handler, timeout=timeout) File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 1174, in execute_handler raise handler_interrupted_error from e asyncio.exceptions.CancelledError: Event handler browser_use.browser.watchdog_base.LocalBrowserWatchdog.on_BrowserLaunchEvent#3216(?▶ BrowserLaunchEvent#7a06 🏃) was interrupted because of a parent timeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 1128, in execute_handler result_value: Any = await asyncio.wait_for(handler_task, timeout=event_result.timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/asyncio/tasks.py", line 492, in wait_for raise exceptions.TimeoutError() from exc TimeoutError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/agent/service.py", line 2542, in run await self.browser_session.start() File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/observability.py", line 73, in async_wrapper return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/browser/session.py", line 677, in start await start_event.event_result(raise_if_any=True, raise_if_none=False) File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/models.py", line 574, in event_result valid_results = await self.event_results_filtered( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/models.py", line 516, in event_results_filtered raise original_error File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/models.py", line 490, in event_results_filtered await event_result File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/models.py", line 889, in wait_for_handler_to_complete_and_return_result raise self.error if isinstance(self.error, BaseException) else Exception(self.error) # pyright: ignore[reportUnnecessaryIsInstance] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 1070, in _execute_handlers await self.execute_handler(event, handler, timeout=timeout) File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 1194, in execute_handler raise handler_timeout_error from e TimeoutError: Event handler browser_use.browser.watchdog_base.BrowserSession.on_BrowserStartEvent#2704(?▶ BrowserStartEvent#1a23 🏃) timed out after 30.0s and interrupted any processing of 1 child events INFO [Agent] INFO [Agent] Did the Agent not work as expected? Let us fix this! INFO [Agent] Open a short issue on GitHub: https://github.com/browser-use/browser-use/issues INFO [BrowserSession] 📢 on_BrowserStopEvent - Calling reset() (force=True, keep_alive=None) INFO [BrowserSession] ✅ Browser session reset complete WARNING [bubus] ⌛️ EventBus_e60e5753🟢(⏳ 0 | ▶️ 0 | ✅ 5 ➡️ 31 👂) Timeout waiting for event bus to be idle after 5s (processing: 0) INFO [BrowserSession] ✅ Browser session reset complete Traceback (most recent call last): File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 1128, in execute_handler result_value: Any = await asyncio.wait_for(handler_task, timeout=event_result.timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/asyncio/tasks.py", line 466, in wait_for await waiter asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/browser/watchdog_base.py", line 153, in unique_handler result = await actual_handler(event) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/observability.py", line 73, in async_wrapper return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/browser/session.py", line 760, in on_BrowserStartEvent await launch_event File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/models.py", line 313, in wait_for_handlers_to_complete_then_return_event await bus.process_event(event) File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 976, in process_event await self._execute_handlers(event, handlers=applicable_handlers, timeout=timeout) File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 1070, in _execute_handlers await self.execute_handler(event, handler, timeout=timeout) File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 1174, in execute_handler raise handler_interrupted_error from e asyncio.exceptions.CancelledError: Event handler browser_use.browser.watchdog_base.LocalBrowserWatchdog.on_BrowserLaunchEvent#3216(?▶ BrowserLaunchEvent#7a06 🏃) was interrupted because of a parent timeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 1128, in execute_handler result_value: Any = await asyncio.wait_for(handler_task, timeout=event_result.timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/asyncio/tasks.py", line 492, in wait_for raise exceptions.TimeoutError() from exc TimeoutError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/dylan/heart-ops/data/voice/browser_runs/436b0dcc4570434faba02e280905952c/browser_use_run.py", line 21, in <module> asyncio.run(main()) File "/usr/lib/python3.11/asyncio/runners.py", line 190, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/asyncio/runners.py", line 118, in run return self._loop.run_until_complete(task) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/data/voice/browser_runs/436b0dcc4570434faba02e280905952c/browser_use_run.py", line 12, in main history = await agent.run(max_steps=30) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/observability.py", line 73, in async_wrapper return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/utils.py", line 401, in wrapper result = await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/agent/service.py", line 2639, in run raise e File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/agent/service.py", line 2542, in run await self.browser_session.start() File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/observability.py", line 73, in async_wrapper return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/browser/session.py", line 677, in start await start_event.event_result(raise_if_any=True, raise_if_none=False) File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/models.py", line 574, in event_result valid_results = await self.event_results_filtered( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/models.py", line 516, in event_results_filtered raise original_error File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/models.py", line 490, in event_results_filtered await event_result File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/models.py", line 889, in wait_for_handler_to_complete_and_return_result raise self.error if isinstance(self.error, BaseException) else Exception(self.error) # pyright: ignore[reportUnnecessaryIsInstance] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 1070, in _execute_handlers await self.execute_handler(event, handler, timeout=timeout) File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 1194, in execute_handler raise handler_timeout_error from e TimeoutError: Event handler browser_use.browser.watchdog_base.BrowserSession.on_BrowserStartEvent#2704(?▶ BrowserStartEvent#1a23 🏃) timed out after 30.0s and interrupted any processing of 1 child events

Inspect Docs home with browser_use key

failed

browser.research · browser_use · docs.google.com · https://docs.google.com/

Error: INFO [service] Using anonymized telemetry, see https://docs.browser-use.com/development/monitoring/telemetry. INFO [Agent] 🔗 Found URL in task: https://docs.google.com/, adding as initial action... INFO [Agent] 🎯 Task: Inspect Docs home with browser_use key. Start at https://docs.google.com/. Inspect the page and summarize what you find. If relevant, note the next action Dylan should approve. Do not submit forms or perform irreversible actions. Notes: . Write any structured findings into /home/dylan/heart-ops/data/voice/browser_runs/517e79ffa9c343369afff97ef8cac76d/result.json if you generate them. INFO [Agent] Starting a browser-use agent with version 0.12.6, with provider=browser-use and model=bu-1-0 INFO [utils] 📦 Downloading uBlock Origin Lite extension... INFO [utils] 📂 Extracting uBlock Origin Lite extension... INFO [utils] 📦 Downloading I still don't care about cookies extension... INFO [utils] 📂 Extracting I still don't care about cookies extension... INFO [utils] 📦 Downloading Force Background Tab extension... INFO [utils] 📂 Extracting Force Background Tab extension... INFO [utils] [BrowserProfile] ✅ Cookie extension: nature.com, qatarairways.com pre-populated in storage WARNING [bubus] ⚠️ EventBus_c86e7e25🟢(⏳ 0 | ▶️ 2 | ✅ 0 ➡️ 31 👂) handler browser_use.browser.watchdog_base.BrowserSession.on_BrowserStartEvent() has been running for >15s on event. Possible slow processing or deadlock. (handler could be trying to await its own result or could be blocked by another async task). browser_use.browser.watchdog_base.BrowserSession.on_BrowserStartEvent(?▶ BrowserStartEvent#acd3 🏃) WARNING [bubus] ⚠️ EventBus_c86e7e25🟢(⏳ 0 | ▶️ 2 | ✅ 0 ➡️ 31 👂) handler browser_use.browser.watchdog_base.LocalBrowserWatchdog.on_BrowserLaunchEvent() has been running for >15s on event. Possible slow processing or deadlock. (handler could be trying to await its own result or could be blocked by another async task). browser_use.browser.watchdog_base.LocalBrowserWatchdog.on_BrowserLaunchEvent(?▶ BrowserLaunchEvent#9ccd 🏃) WARNING [bubus] ================================================================================ WARNING [bubus] ⏱️ TIMEOUT ERROR - Handling took more than 30.0s for EventBus_c86e7e25.browser_use.browser.watchdog_base.BrowserSession.on_BrowserStartEvent(?▶ BrowserStartEvent#acd3 ✅) WARNING [bubus] ================================================================================ WARNING [bubus] 📣 BrowserStartEvent#acd3 30s WARNING [bubus] ⏰ browser_use.browser.watchdog_base.BrowserSession.on_BrowserStartEvent(#acd3) ⌛️ 30s/30s ⬅️ TIMEOUT HERE ⏰ WARNING [bubus] 📣 BrowserLaunchEvent#9ccd 30s WARNING [bubus] ☑️ browser_use.browser.watchdog_base.DownloadsWatchdog.on_BrowserLaunchEvent(#9ccd)  0s/30s ✓ WARNING [bubus] ➡️ browser_use.browser.watchdog_base.LocalBrowserWatchdog.on_BrowserLaunchEvent(#9ccd) ⏳ 30s/30s ⬅️ INTERRUPTED ✂️ WARNING [bubus] ================================================================================ ERROR [Agent] Agent run failed with exception: Event handler browser_use.browser.watchdog_base.BrowserSession.on_BrowserStartEvent#8848(?▶ BrowserStartEvent#acd3 🏃) timed out after 30.0s and interrupted any processing of 1 child events Traceback (most recent call last): File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 1128, in execute_handler result_value: Any = await asyncio.wait_for(handler_task, timeout=event_result.timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/asyncio/tasks.py", line 466, in wait_for await waiter asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/browser/watchdog_base.py", line 153, in unique_handler result = await actual_handler(event) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/observability.py", line 73, in async_wrapper return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/browser/session.py", line 760, in on_BrowserStartEvent await launch_event File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/models.py", line 313, in wait_for_handlers_to_complete_then_return_event await bus.process_event(event) File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 976, in process_event await self._execute_handlers(event, handlers=applicable_handlers, timeout=timeout) File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 1070, in _execute_handlers await self.execute_handler(event, handler, timeout=timeout) File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 1174, in execute_handler raise handler_interrupted_error from e asyncio.exceptions.CancelledError: Event handler browser_use.browser.watchdog_base.LocalBrowserWatchdog.on_BrowserLaunchEvent#1280(?▶ BrowserLaunchEvent#9ccd 🏃) was interrupted because of a parent timeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 1128, in execute_handler result_value: Any = await asyncio.wait_for(handler_task, timeout=event_result.timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/asyncio/tasks.py", line 492, in wait_for raise exceptions.TimeoutError() from exc TimeoutError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/agent/service.py", line 2542, in run await self.browser_session.start() File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/observability.py", line 73, in async_wrapper return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/browser/session.py", line 677, in start await start_event.event_result(raise_if_any=True, raise_if_none=False) File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/models.py", line 574, in event_result valid_results = await self.event_results_filtered( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/models.py", line 516, in event_results_filtered raise original_error File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/models.py", line 490, in event_results_filtered await event_result File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/models.py", line 889, in wait_for_handler_to_complete_and_return_result raise self.error if isinstance(self.error, BaseException) else Exception(self.error) # pyright: ignore[reportUnnecessaryIsInstance] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 1070, in _execute_handlers await self.execute_handler(event, handler, timeout=timeout) File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 1194, in execute_handler raise handler_timeout_error from e TimeoutError: Event handler browser_use.browser.watchdog_base.BrowserSession.on_BrowserStartEvent#8848(?▶ BrowserStartEvent#acd3 🏃) timed out after 30.0s and interrupted any processing of 1 child events INFO [Agent] INFO [Agent] Did the Agent not work as expected? Let us fix this! INFO [Agent] Open a short issue on GitHub: https://github.com/browser-use/browser-use/issues INFO [BrowserSession] 📢 on_BrowserStopEvent - Calling reset() (force=True, keep_alive=None) INFO [BrowserSession] ✅ Browser session reset complete WARNING [bubus] ⌛️ EventBus_c86e7e25🟢(⏳ 0 | ▶️ 0 | ✅ 5 ➡️ 31 👂) Timeout waiting for event bus to be idle after 5s (processing: 0) INFO [BrowserSession] ✅ Browser session reset complete Traceback (most recent call last): File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 1128, in execute_handler result_value: Any = await asyncio.wait_for(handler_task, timeout=event_result.timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/asyncio/tasks.py", line 466, in wait_for await waiter asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/browser/watchdog_base.py", line 153, in unique_handler result = await actual_handler(event) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/observability.py", line 73, in async_wrapper return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/browser/session.py", line 760, in on_BrowserStartEvent await launch_event File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/models.py", line 313, in wait_for_handlers_to_complete_then_return_event await bus.process_event(event) File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 976, in process_event await self._execute_handlers(event, handlers=applicable_handlers, timeout=timeout) File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 1070, in _execute_handlers await self.execute_handler(event, handler, timeout=timeout) File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 1174, in execute_handler raise handler_interrupted_error from e asyncio.exceptions.CancelledError: Event handler browser_use.browser.watchdog_base.LocalBrowserWatchdog.on_BrowserLaunchEvent#1280(?▶ BrowserLaunchEvent#9ccd 🏃) was interrupted because of a parent timeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 1128, in execute_handler result_value: Any = await asyncio.wait_for(handler_task, timeout=event_result.timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/asyncio/tasks.py", line 492, in wait_for raise exceptions.TimeoutError() from exc TimeoutError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/dylan/heart-ops/data/voice/browser_runs/517e79ffa9c343369afff97ef8cac76d/browser_use_run.py", line 21, in <module> asyncio.run(main()) File "/usr/lib/python3.11/asyncio/runners.py", line 190, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/asyncio/runners.py", line 118, in run return self._loop.run_until_complete(task) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/data/voice/browser_runs/517e79ffa9c343369afff97ef8cac76d/browser_use_run.py", line 12, in main history = await agent.run(max_steps=30) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/observability.py", line 73, in async_wrapper return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/utils.py", line 401, in wrapper result = await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/agent/service.py", line 2639, in run raise e File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/agent/service.py", line 2542, in run await self.browser_session.start() File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/observability.py", line 73, in async_wrapper return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/browser_use/browser/session.py", line 677, in start await start_event.event_result(raise_if_any=True, raise_if_none=False) File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/models.py", line 574, in event_result valid_results = await self.event_results_filtered( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/models.py", line 516, in event_results_filtered raise original_error File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/models.py", line 490, in event_results_filtered await event_result File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/models.py", line 889, in wait_for_handler_to_complete_and_return_result raise self.error if isinstance(self.error, BaseException) else Exception(self.error) # pyright: ignore[reportUnnecessaryIsInstance] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 1070, in _execute_handlers await self.execute_handler(event, handler, timeout=timeout) File "/home/dylan/heart-ops/voice/.venv/lib/python3.11/site-packages/bubus/service.py", line 1194, in execute_handler raise handler_timeout_error from e TimeoutError: Event handler browser_use.browser.watchdog_base.BrowserSession.on_BrowserStartEvent#8848(?▶ BrowserStartEvent#acd3 🏃) timed out after 30.0s and interrupted any processing of 1 child events

Inspect Docs home after browser-use install

failed

browser.research · browser_use · docs.google.com · https://docs.google.com/

Error: BROWSER_USE_API_KEY is not set for browser_use backend

Capture Docs home after browser install

completed

browser.research · playwright · docs.google.com · https://docs.google.com/

Artifact: /home/dylan/heart-ops/data/voice/browser_runs/da5a5d5deadd47a98da8f4631f694a41/capture.png

Capture Docs home after TMPDIR fix

failed

browser.research · playwright · docs.google.com · https://docs.google.com/

Error: Error: i.parse: Executable doesn't exist at /home/dylan/.cache/ms-playwright/chromium_headless_shell-1217/chrome-headless-shell-linux64/chrome-headless-shell ╔════════════════════════════════════════════════════════════╗ ║ Looks like Playwright was just installed or updated. ║ ║ Please run the following command to download new browsers: ║ ║ ║ ║ npx playwright install ║ ║ ║ ║ <3 Playwright Team ║ ╚════════════════════════════════════════════════════════════╝

Inspect Docs home via browser_use

failed

browser.research · browser_use · docs.google.com · https://docs.google.com/

Error: browser_use package is not installed in the Heartie API environment

Capture Docs home direct

failed

browser.research · playwright · docs.google.com · https://docs.google.com/

Error: Error: i.parse: EROFS: read-only file system, mkdtemp '/tmp/playwright-artifacts-YY5J1Z'

Capture Docs home

queued

browser.research · playwright · docs.google.com · https://docs.google.com/

Capture Docs home

failed

browser.research · playwright · docs.google.com · https://docs.google.com/

Error: npx not found; install Node.js to execute browser runs