Skip to content

IOError: [Errno 32] Broken pipe  #1

Description

@carlbordum

When I do :Tandem there are no new :messages. :TandemSession prints Session ID: None and editing the buffer will crash with the following error:

error caught in async handler '/home/zaab/.config/nvim/bundle/nvim/rplugin/python/tandem_neovim.py:autocmd:TextChangedI:* ()'
Traceback (most recent call last):                                                                                           
  File "/home/zaab/.config/nvim/bundle/nvim/rplugin/python/tandem_neovim.py", line 62, in on_text_changed_i
    self._tandem.check_buffer()                                                                            
  File "/home/zaab/.config/nvim/bundle/nvim/rplugin/python/tandem_lib/tandem_plugin.py", line 115, in check_buffer
    self._send_patches(target_buffer_contents)                                                                    
  File "/home/zaab/.config/nvim/bundle/nvim/rplugin/python/tandem_lib/tandem_plugin.py", line 218, in _send_patches
    error()                                                                                                        
  File "/home/zaab/.config/nvim/bundle/nvim/rplugin/python/tandem_lib/tandem_plugin.py", line 213, in _send_patches
    self._agent.stdin.write(m.serialize(message))                                                                  
IOError: [Errno 32] Broken pipe   

:CheckHealth is perfect and I have python2, python3, nodejs and their neovim packages.

Let me know if you need more information :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions