-
-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
I'm trying to load documentation (using K
) but a error is raised.
I followed the install steps on README, I don't know what I am missing :(
error caught while executing async callback:
KeyError('name',)
Traceback (most recent call last):
File "/home/daniel/.local/share/nvim/plugged/acid.nvim/rplugin/python3/acid/handlers/__init__.py", line 78, in <lambda>
nvim.async_call(lambda: on_handle(msg, wc, key))
File "/home/daniel/.local/share/nvim/plugged/acid.nvim/rplugin/python3/acid/handlers/doc.py", line 17, in on_handle
name = msg['name']
KeyError: 'name'
the call was requested at
File "/usr/lib/python3.6/threading.py", line 884, in _bootstrap
self._bootstrap_inner()
File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "../../.local/share/nvim/plugged/acid.nvim/rplugin/python3/acid/nrepl/__init__.py", line 68, in run
callback(incoming, self, key)
File "/home/daniel/.local/share/nvim/plugged/acid.nvim/rplugin/python3/acid/handlers/__init__.py", line 78, in handler
nvim.async_call(lambda: on_handle(msg, wc, key))
Press ENTER or type command to continue
Metadata
Metadata
Assignees
Labels
No labels