Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working in NeoVim v0.5.0-594 #80

Open
abdalazizrashid opened this issue Jul 19, 2020 · 5 comments
Open

Not working in NeoVim v0.5.0-594 #80

abdalazizrashid opened this issue Jul 19, 2020 · 5 comments

Comments

@abdalazizrashid
Copy link

Starting Minimap will cause this error:

Error detected while processing function minimap#ShowMinimap[4]..provider#python3#Call:
line   18:
Error invoking 'python_execute' on channel 3 (python3-script-host):
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/aziz/.vim/plugged/vim-minimap/autoload/minimap.py", line 96, in showminimap
    vim.command(":call minimap#UpdateMinimap()")
  File "/home/aziz/.local/lib/python3.8/site-packages/pynvim/api/nvim.py", line 287, in command
    return self.request('nvim_command', string, **kwargs)
  File "/home/aziz/.local/lib/python3.8/site-packages/pynvim/api/nvim.py", line 182, in request
    res = self._session.request(name, *args, **kwargs)
  File "/home/aziz/.local/lib/python3.8/site-packages/pynvim/msgpack_rpc/session.py", line 104, in request
    raise self.error_wrapper(err)
pynvim.api.common.NvimError: Vim(return):Error invoking 'python_execute' on channel 3 (python3-script-host):
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/aziz/.vim/plugged/vim-minimap/autoload/minimap.py", line 160, in updateminimap
    vim.current.window = minimap
  File "/home/aziz/.local/lib/python3.8/site-packages/pynvim/api/nvim.py", line 534, in window
    return self._session.request('nvim_set_current_win', window)
  File "/home/aziz/.local/lib/python3.8/site-packages/pynvim/api/nvim.py", line 182, in request
    res = self._session.request(name, *args, **kwargs)
  File "/home/aziz/.local/lib/python3.8/site-packages/pynvim/msgpack_rpc/session.py", line 104, in request
    raise self.error_wrapper(err)
pynvim.api.common.NvimError: Failed to switch to window 1006
Press ENTER or type command to continue
@hrqmonteiro
Copy link

Same thing here.

No one is looking into it? The dev?

@pmorgan3
Copy link

pmorgan3 commented Dec 2, 2020

Same thing here

@keithkeekw
Copy link

Yeap. Getting the same error as well.

@kevinkleine
Copy link

same

@nluetts
Copy link

nluetts commented Jan 6, 2022

same on Neovim 0.6.0. The minimap is drawn, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants