-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
"Unexpected output. Run nvim --headless and ensure it prints nothing." #1587
Comments
Actually by settings nixos as my default wsl distro I now get a "better" error: "Unexpected output. Run nvim --headless doesn't print nothing. I also got this in the debugging console of the plugin: "Uncaught (in promise) Error: Native application tried to send a message of 1581276785 bytes, which exceeds the limit of 1048576 bytes." |
What does it print? It's likely that the messages are caused by your config and you'll need to find a way to disable them. |
It doesn't print nothing, redirecting to a file, waiting and then opening the file shows that the file is empty |
Here is my config, note that I didn't yet upload my firenvim config to it and that I also disabled dashboard locally and it didn't change anything |
Ah, okay, so it does print nothing. The double negation confused me :) So, just to confirm your system:
The message:
Indicates that the registry key specifying the location of the Firenvim extension manifest to the browser is correct, but that that the script pointed to by the extension manifest is printing a message that the browser cannot understand. So let's try to understand what message Firenvim is printing. In order to do this, open the windows registry editor and look for the key named Open this file in a text editor. It should contain a JSON object. This JSON object should have an attribute named Please upload the contents of the script here. |
What I tried to do
Troubleshooting guide.
What happened
Extension shows "Neovim died without answering", so does the debugging of the problem.
We also have #1458 which has the same system as me, nixos-wsl, so maybe he could help out here?
The text was updated successfully, but these errors were encountered: