roxma / vim-hug-neovim-rpc

EXPERIMENTAL
MIT License
218 stars 28 forks source link

Failing to start #57

Closed SolarAquarion closed 5 years ago

SolarAquarion commented 5 years ago

2019-09-21 23:48:37,607 [INFO @ neovim_rpc_server.py:handle:84] 143679 - === socket opened === 2019-09-21 23:48:37,607 [INFO @ neovim_rpc_server.py:handle:103] 143679 - received: b'[1,"neovim_rpc_setup"]\n' 2019-09-21 23:48:37,607 [INFO @ neovim_rpc_server.py:handle:120] 143679 - sending ["ex", "call neovim_rpc#_callback()"] 2019-09-21 23:48:37,629 [INFO @ neovim_rpc_server.py:process_pending_requests:364] 143679 - process_pending_requests 2019-09-21 23:48:39,807 [ERROR @ base_request.py:HandleFuture:90] 143679 - HTTPConnectionPool(host='127.0.0.1', port=59521): Max retries exceeded with url: /ready (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fac1b4c9550>: Failed to establish a new connection: [Errno 111] Connection refused'))

I have python 3.7.4 (default, Jul 16 2019, 07:12:58)

Shougo commented 5 years ago

I think you have disabled 127.0.0.1 connecting(proxy). You should disable proxy.