neoclide / coc-python

Python extension for coc.nvim, fork of vscode-python
574 stars 51 forks source link

Cannot update MSLP. #102

Closed AllenDang closed 5 years ago

AllenDang commented 5 years ago

With a python file open, after invoke update mslp, i got following error msg:

Command error: tunneling socket could not be established, cause=connect EHOSTUNREACH 0.0.4.63:80 - Local (172.18.130.38:50191)

fannheyward commented 5 years ago

Looks like you are using a proxy, but which is failed to server. Please make sure your proxy is works.

AllenDang commented 5 years ago

Oh, yes. It works after I remove the proxy setting. Thanks!