gptscript-ai / desktop

MIT License
22 stars 13 forks source link

Browser Tool - Not able to launch Chrome browser after using Brower tools. #488

Open sangee2004 opened 2 months ago

sangee2004 commented 2 months ago

Electron build - 18eaca7d8d

Steps to reproduce the problem:

  1. Make sure chrome browser is not running.
  2. Start chat with "Tildy" and use browser tool by asking some question like ` go to cnn.com and get the latest news"

Once response is got , try to launch chrome browser .

Notice that the browser fails to get launched.

I had to kill this chrome session before I am able to launch my chrome Browser session.

Screenshot 2024-09-10 at 2 44 33 PM

Following is the default browser settings which was used during this testing :

Screenshot 2024-09-10 at 2 55 09 PM
cjellick commented 2 months ago

@g-linville do you understand this issue?

g-linville commented 2 months ago

It sounds like launching the browser tool in headless mode can prevent the user from launching Chrome afterward, even when it is using a dedicated session (not the default session). Definitely a bug if true, but I'll have to try to repro this.