Skip to content

Commands are not working #21

@danieltdt

Description

@danieltdt

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions