vscode-youcompleteme
vscode-youcompleteme copied to clipboard
[UriError]: Scheme is missing
Hi,
I just installed this extension and got the error message as below.
[Error - 10:12:51 PM] Server initialization failed. Message: Request initialize failed with message: [UriError]: Scheme is missing: {scheme: "", authority: "", path: "null", query: "", fragment: ""} Code: -32603
How could I get more information to inspect why it can't be initialized?
VScode information:
Version: 1.39.2 Commit: 6ab598523be7a800d7f3eb4d92d7ab9a66069390 Date: 2019-10-15T15:33:00.827Z Electron: 4.2.10 Chrome: 69.0.3497.128 Node.js: 10.11.0 V8: 6.9.427.31-electron.0 OS: Darwin x64 19.0.0
extension version: 1.1.0
Can you set ycmd.debug
to see if there are more logs?
Also what's the version of your vscode and extension?
Hi @richard1122 ,
I got the same message in "Output" after setting ycmd.debug
.
The version is added in my post.
@hsnusonic Hi, I can repro it sometimes.
I'll try to fix it these days.
Thanks.