lorca
lorca copied to clipboard
Invalid control character in URL
Using Windows 10, VSCode 1.31.1, ms-vscode.go 0.9.2, Chrome 72.0.3626.121
Running any of the examples results in:
API server listening at: 127.0.0.1:33546 2019/03/06 01:52:50 parse ws://127.0.0.1:53506/devtools/browser/a96b3406-d882-4162-bf59-b877b771845f : net/url: invalid control character in URL
got the same problem … it was working before, now I cloned it onto a new Workstation and it refused to launch
Windows 10, Chrome 72.0.3626.121 (64Bit), go version go1.12 windows/amd64
The confusing thing is: I have the exakt same repo on my other Workstation and there it's working without any problems o.O don't know, what the Problem is
Edit: wait I checked the GO version on the working WS: its go1.11.5 ….I will try installing this Version on the other WS later
Yes rolling back to 1.11.5 fixed the issue.
Same here.
same here. go 1.12 not supported now. rolling back to 1.11
The problem is that on Windows the websocket url contains a '\r' at the end. I fixed this in #52.
I encountered the same error in go version go1.13.1 linux/amd64
, It runs fine on go version go1.10.4 linux/amd64
I'm facing this issue on go1.13.6 darwin/amd64