Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't open browser on linux #1605

Open
gitwittidbit opened this issue Mar 18, 2025 · 0 comments
Open

Can't open browser on linux #1605

gitwittidbit opened this issue Mar 18, 2025 · 0 comments

Comments

@gitwittidbit
Copy link

Describe the bug

So, I'm not sure whether this is a bug or due to my incompetence...

I have installed open interpreter locally and it seems to work as such.

But when I ask it to open a website in my browser, it creates two lines of code, asks me whether to run the code and when I confirm, it throws an error message:

An error occurred while setting up the WebDriver: Message: unknown error: csnnot find Chrome binary
Stacktrace
...

The weird thing is that it than just loops and tries to do the same over and over again.

Now, I don't know whether this error is due to the fact that I don't have Chrome installed (I would prefer to keep it that way). It also happens when I ask it to open the page in Firefox. Maybe the pyautogui module only works with Chrome?

But should it not at least acknowledge the error and stop trying in vain what can't be accomplished?

Thanks!

Reproduce

  1. Ask open interpreter to open a web page in the browser (while no Chrome is installed)
  2. Confirm the execution of the code
  3. Behold a loop of madness

Expected behavior

Either actually open the web page in the browser or, if that isn't possible, acknowledge the error and explain what the problem is.

Screenshots

No response

Open Interpreter version

0.4.2

Python version

3.11.2

Operating System name and version

Debian 12

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant