-
Notifications
You must be signed in to change notification settings - Fork 2
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
IOError: [Errno 32] Broken pipe #1
Comments
Thanks for trying Tandem @Zaab1t! Are there any log files in your |
There are none. I tried "hosting" and connecting to another user, but it didn't spawn any log files. |
Hmm, alright. What does your shell return when you run |
Also tried setting |
I have the same issue. I added diff --git a/rplugin/python/tandem_neovim.py b/rplugin/python/tandem_neovim.py
index ff557a7..58f1ffa 100644
--- a/rplugin/python/tandem_neovim.py
+++ b/rplugin/python/tandem_neovim.py
@@ -27,6 +27,7 @@ class TandemNeovimPlugin(object):
session_id = args[0] if len(args) >= 1 else None
self._tandem.start(session_id)
self._session_id = session_id
+ self._vim.command('echom "%s"' % session_id)
@neovim.command("TandemStop", nargs="*", sync=True)
def stop(self, args): and it prints Would love to try this software! Let me know if there is anything that I can do to help debug this. |
That is odd. I have the same health warning, os (Ubuntu, not mint) and I also run xmonad. |
When I do
:Tandem
there are no new:messages
.:TandemSession
printsSession ID: None
and editing the buffer will crash with the following error::CheckHealth
is perfect and I have python2, python3, nodejs and their neovim packages.Let me know if you need more information :)
The text was updated successfully, but these errors were encountered: