You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Facing the issue in my Windows Claude Desktop. Couldn't figure out what was causing the issue
Below is the message I see in Claude Desktop
Operation logs:
[2025-04-16T00:32:43.477Z] [ERROR] Failed to initialize/reinitialize Stagehand: You seem to be calling page on a page in an uninitialized Stagehand object. Ensure you are running await stagehand.init() on the Stagehand object before referencing the page object. Config: { "env": "BROWSERBASE", "apiKey": "", "projectId": "my-secret-key", "domSettleTimeoutMs": 30000, "browserbaseSessionCreateParams": { "projectId": "my-secret-key" }, "enableCaching": true, "modelName": "gpt-4o", "modelClientOptions": { "apiKey": "" }, "useAPI": false }
The text was updated successfully, but these errors were encountered:
Facing the issue in my Windows Claude Desktop. Couldn't figure out what was causing the issue
Below is the message I see in Claude Desktop
Operation logs:
[2025-04-16T00:32:43.477Z] [ERROR] Failed to initialize/reinitialize Stagehand: You seem to be calling
page
on a page in an uninitializedStagehand
object. Ensure you are runningawait stagehand.init()
on the Stagehand object before referencing thepage
object.Config: { "env": "BROWSERBASE", "apiKey": "", "projectId": "my-secret-key", "domSettleTimeoutMs": 30000, "browserbaseSessionCreateParams": { "projectId": "my-secret-key" }, "enableCaching": true, "modelName": "gpt-4o", "modelClientOptions": { "apiKey": "" }, "useAPI": false }
The text was updated successfully, but these errors were encountered: