-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Web-ui can't take control of User's chrome browser. connect_over_cdp: connect ECONNREFUSED ::1:9222 #409
Comments
|
Hey @warmshao 👋 I've updated the code to track the ![]() And also checked for port 9222 being occupied by any other service. That's also not true. It still opens multiple chrome canary windows but is not able to connect to CDP. ![]() I am attaching the log here, in case that helps -
Please let me know, how can I fix this. |
It works when I start a chrome canary browser in remote debugging mode already, like this - So web-ui hooks to this browser's debugging port. |
yes, you need to start a chrome browser in remote debugging mode |
How do I pass this Now that's failing. Here's the
|
I got a same problems. |
I am on Mac version |
I am using google chrome canary and getting the same error -
Version :
browser-use==0.1.37
Earlier it was able to get the chrome browser, but not after this pull.
The text was updated successfully, but these errors were encountered: