You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
2024-11-28 22:59:25,424 - Runtime - WARNING - Could not connect to browser
2024-11-28 22:59:25,426 - Manager - WARNING - Skipping runtime thread, not connected.
2024-11-28 22:59:25,429 - Interface - INFO - Runtime disconnected. Resetting presences.
2024-11-28 22:59:53,081 - Runtime - WARNING - Could not connect to browser
2024-11-28 22:59:55,095 - Runtime - WARNING - Could not connect to browser
2024-11-28 22:59:55,097 - Manager - WARNING - Skipping runtime thread, not connected.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: