Open roy-cse opened 3 days ago
Hi, try the following:
also If you're opening the browser manually for debugging mode, you'll need to add one more parameter:
--remote-allow-origins=http://localhost:9222
The full command should look like this:
"C:\Program Files\BraveSoftware\Brave-Browser\Application\brave.exe" --remote-debugging-port=9222 --remote-allow-origins=http://localhost:9222
If localhost
doesn't work, try replacing it with 127.0.0.1
.
Another thing to keep in mind: you need to close all instances of Brave before running the command.
Steps to reproduce
Expected behavior
The issue occurs when I try to connect normally. If I start Brave using debug mode and specifying the port number as one of the flag, I am able to connect it. Here's the command to start Brave in Debug mode:
"C:\Program Files\BraveSoftware\Brave-Browser\Application\brave.exe" --remote-debugging-port=9222
App version
v0.1.0
Default Browser
Brave Version 1.73.91 Chromium: 131.0.6778.85
Operating System
Windows 10
Screenshots
No response
Additional comments
No response
App log