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

Blank screen on vim 8.2 #28

Open
Enrico68 opened this issue Sep 26, 2021 · 4 comments
Open

Blank screen on vim 8.2 #28

Enrico68 opened this issue Sep 26, 2021 · 4 comments

Comments

@Enrico68
Copy link

Enrico68 commented Sep 26, 2021

Hello,

Whenever I start the server, I got blank screen instead of the preview. Here is a screenshot
Vim 8.2 on OSX + Edge (tried Safari, Google Chrome, same issue)

@tiagovla
Copy link

Same on nvim 0.6.

@mflova
Copy link

mflova commented Jan 13, 2022

Same here. Any solutions encountered? I will look at the code but I do not reall think I can get something useful

@mflova
Copy link

mflova commented Jan 13, 2022

@Enrico68 @tiagovla Using the web server separately was useful to first get some diagnostics on the error using shell. Then I could get it working in vim by solving some incompatibility issues by going back to compatible versions (be careful with this as other apps might be using more recent versions):

pip install python-engineio==3.13.2
pip install python-socketio==4.6.1

Source: miguelgrinberg/python-socketio#578

And in my case it was not working in firefox (the default one but maybe outdated in my case), so I had to switch to the one I used with let g:instant_rst_browser = 'google-chrome' in the init.vim

With this setup it is working in nvim 0.7-dev. Therefore, the issue was not with the repo, but rather with incompatible versions that are used by this one.

@kaddkaka
Copy link

@mflova Any idea what (part) needs updating for this to work with newer version of engineio and socketio? (for example 4.3.1 and 5.5.2)

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

4 participants