Fails to connect etherpad
- Dominant language
- Vim Script
- Stars
- 100
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
After I source `plugin/vim-etherpad.vim`, and run `:Etherpad` I get this:
```
Exception AttributeError: "'SocketIO' object has no attribute '_socketIO'" in > ignored
ERROR:vim_etherpad:__init__() got an unexpected keyword argument 'disc_cb'
Traceback (most recent call last):
File "", line 242, in _launch_epad
File "build/bdist.linux-x86_64/egg/py_etherpad/SocketIOClient.py", line 41, in __init__
self.__init()
File "build/bdist.linux-x86_64/egg/py_etherpad/SocketIOClient.py", line 50, in __init
cb=self.cb, **self.kwarg)
TypeError: __init__() got an unexpected keyword argument 'disc_cb'
Couldn't connect to Etherpad: http://localhost:9001/p/test
```
The tests for `py_etherpad` seem to work though, so that's probably not the problem:

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.