-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Own chrome browser not running #300
Comments
me too! |
Set CHROME_USER_DATA empty, try again |
Now CHROME_USER_DATA is empty, an error occurs after running:
and Chrome is closed. |
Not working as well, the chrome do nothing and about a minute later it open the default one without my data and credentials. |
Not working as well, it open my browser and not processing, then after a minute it open the default one and do the task, the one without my data |
Check if there is a process occupying port 9222. If you are using Windows, enter the following command in the terminal: netstat -aon|findstr 9222. Then, run taskkill /f /pid {pid of 9222}. |
For me using own browser was working yesterday and today morning perfectly. But suddenly this error started to appear:
I tried to install project again but it's still occurring. Chrome opens up but nothing else happens. |
I have a same error, last week works fine, but today not working: INFO [browser_use] BrowserUse logging setup complete with level info
WARNING [browser] Page load failed, continuing...
ERROR [agent] ❌ Result failed 1/3 times: |
Did anyone find the solution for this issue? |
In case it helps anyone (in windows), I created a .bat file, like so: And then set my path to This way I'm able to have it load the exact profile I want to load. |
I try using my own browser, I set this up in my .env file:
CHROME_PATH="C:\Program Files\Google\Chrome\Application\chrome.exe"
CHROME_USER_DATA="C:\Users\YourUsername\AppData\Local\Google\Chrome\User Data"
It open my chrome, but after then not running task at all, and no error occurred, just stuck in there.
I assume it may be due to multiple profile I have so I deleted all others but with main profile, but it still not working.
The text was updated successfully, but these errors were encountered: