WindowsAgentArena icon indicating copy to clipboard operation
WindowsAgentArena copied to clipboard

Network issue during evaluation

Open Occi-Dental-Mask opened this issue 4 months ago • 1 comments

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

Image Image

Have anyone met this problem too?

Occi-Dental-Mask avatar Aug 17 '25 08:08 Occi-Dental-Mask

Same here

yuh-yang avatar Sep 22 '25 23:09 yuh-yang