raghur / vim-ghost

Vim/Nvim client for GhostText - Edit browser text areas in Vim/Neovim
333 stars 13 forks source link

[ghost_wrapper] job is dead #48

Open r0x0d opened 2 years ago

r0x0d commented 2 years ago

I have tried using this plugin in vim and got this error: image

Not sure if I did something wrong, but whenever I try to run :GhostStart this is what appears to me.

Same error, but In plain text to make it easier to read:

Error detected while processing function yarp#core#request[1]..yarp#core#wait_channel[13]..function yarp#core#request[1]..yarp#core#wait_channel:
line   13:
E605: Exception not caught: [yarp] [ghost_wrapper] job is dead. failed establishing channel for ['python3', '-u', '/home/r0x0d/.vim/plugged/nvim-yarp/pythonx/yarp.py', '/tmp/vYPuLSB/0', 2, 'ghost_wrapper']
Press ENTER or type command to continue

This is my .vimrc plug section

call plug#begin()
" The default plugin directory will be as follows:
"   - Vim (Linux/macOS): '~/.vim/plugged'
"   - Vim (Windows): '~/vimfiles/plugged'
"   - Neovim (Linux/macOS/Windows): stdpath('data') . '/plugged'
" You can specify a custom plugin directory by passing it as the argument
"   - e.g. `call plug#begin('~/.vim/plugged')`
"   - Avoid using standard Vim directory names like 'plugin'

" Make sure you use single quotes

Plug 'raghur/vim-ghost', {'do': ':GhostInstall'}
Plug 'roxma/nvim-yarp', v:version >= 800 && !has('nvim') ? {} : { 'on': [], 'for': [] }
Plug 'roxma/vim-hug-neovim-rpc', v:version >= 800 && !has('nvim') ? {} : { 'on': [], 'for': [] }
" Initialize plugin system
call plug#end()
rmartine-ias commented 1 year ago

I was getting this when in a virtual environment.