-
Notifications
You must be signed in to change notification settings - Fork 16
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
Comments
Same on nvim 0.6. |
Same here. Any solutions encountered? I will look at the code but I do not reall think I can get something useful |
@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 With this setup it is working in |
@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) |
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)
The text was updated successfully, but these errors were encountered: