lorca icon indicating copy to clipboard operation
lorca copied to clipboard

Invalid control character in URL

Open asampal opened this issue 5 years ago • 8 comments

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

asampal avatar Mar 06 '19 06:03 asampal

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

Tobix99 avatar Mar 06 '19 13:03 Tobix99

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

Tobix99 avatar Mar 07 '19 07:03 Tobix99

Yes rolling back to 1.11.5 fixed the issue.

Tobix99 avatar Mar 07 '19 07:03 Tobix99

Same here.

inliquid avatar Mar 12 '19 14:03 inliquid

same here. go 1.12 not supported now. rolling back to 1.11

yalay avatar Mar 26 '19 11:03 yalay

The problem is that on Windows the websocket url contains a '\r' at the end. I fixed this in #52.

velut avatar Mar 26 '19 15:03 velut

I encountered the same error in go version go1.13.1 linux/amd64, It runs fine on go version go1.10.4 linux/amd64

wewall avatar Nov 14 '19 09:11 wewall

I'm facing this issue on go1.13.6 darwin/amd64

ashmilhussain avatar May 21 '20 14:05 ashmilhussain