-
Notifications
You must be signed in to change notification settings - Fork 88
Description
I was following the steps after building golden image, run ./run-local.sh --interactive true and ./start_vm.sh. But then I got
this log pointing that I may not have a browser running in debug mode.
2025-08-17 06:56:12,097 INFO agent/180-MainProcess] Processing screenshot... [webparse] Could not attach to RDP session at the given URL (http://20.20.20.21:9222). Make sure the browser is running in debug mode and the URL is correct. [webparse] Error: BrowserType.connect_over_cdp: Unexpected status 502 when connecting to http://20.20.20.21:9222/json/version/. This does not look like a DevTools server, try connecting via ws://. Call log: <ws preparing> retrieving websocket url from http://20.20.20.21:9222
Therefore I run chrome.exe --remote-debugging-port=9222 --remote-debugging-address=0.0.0.0 --user-data-dir="C:\edge-debug" in the QEMU CMD.
But I still got [2025-08-17 06:57:31,710 INFO agent/180-MainProcess] Processing screenshot... [webparse] Could not attach to RDP session at the given URL (http://20.20.20.21:9222). Make sure the browser is running in debug mode and the URL is correct. [webparse] Error: BrowserType.connect_over_cdp: Timeout 30000ms exceeded. Call log: <ws preparing> retrieving websocket url from http://20.20.20.21:9222
Have anyone met this problem too?