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
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Waiting for the debugger to disconnect...
15:37:45] I/launcher - Running 1 instances of WebDriver
[15:37:45] I/hosted - Using the selenium server at http://localhost:4444/wd/hub
[15:37:45] I/BlockingProxy - Starting BlockingProxy with args: --fork,--
seleniumAddress,http://localhost:4444/wd/hub,--logDir,bp-logs,--highlightDelay,80
[15:37:45] E/BlockingProxy - Starting inspector on 127.0.0.1:65281 failed: address already in use
[15:37:45] E/BlockingProxy - Exited with 12
[15:37:45] E/BlockingProxy - signal null
[15:37:45] E/launcher - Error: Error: BP exited with 12
at ChildProcess.bpProcess.on.on.on (C:\.............)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
[15:37:45] E/launcher - Process exited with error code 100
It seems that blocking proxy receives the same debug port as the parent process and it fails. However, if I add --inspect=0, the debugging doesn't fail, but no execution is started whatsoever.