-
Notifications
You must be signed in to change notification settings - Fork 952
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Issue Type
Both / Not sure
Operating System
Linux, Windows
Description of the bug
When asking the BrowserOS assistant to close tabs, the action consistently fails with the error:
Internal error in close_page: Unknown page
This happens even when the tab IDs are retrieved directly from list_pages. The assistant repeatedly tries to refresh the tab list and retry the action, but close_page continues to fail.
Expected behavior:
The assistant should be able to close tabs using the IDs returned by list_pages.
Actual behavior:
The browser reports that the page does not exist, even though it was just listed as open.
Steps to Reproduce
- Open BrowserOS and open several tabs (e.g., multiple YouTube tabs).
- Open Assistant mode.
- Ask the assistant to close tabs (e.g., “close all tabs except this one” or “close the first tab”).
- The assistant calls
list_pagesand then attemptsclose_page. close_pagefails withInternal error in close_page: Unknown page.
Screenshots / Videos
BrowserOS Version
146.0.7818.31
Additional Context
This issue occurs consistently on both Ubuntu and Windows. It randomly worked once but started failing again afterward.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

