shoebot / plugin-shoebot

Integrate shoebot into editors and IDEs
0 stars 0 forks source link

Shoebot gets stuck after first run #17

Closed stuaxo closed 5 years ago

stuaxo commented 5 years ago

Run hypnoval, close window, Try and run again.

Nothing hard, ye-olde broken pipe.

  File "/home/stu/.local/share/gedit/plugins/plugin_shoebot/plugins/peas3gio.py", line 102, in on_run
    self.start_shoebot()
  File "/home/stu/.local/share/gedit/plugins/plugin_shoebot/plugins/peas3gio.py", line 129, in start_shoebot
    self.bot.send_command("quit")
  File "/home/stu/.local/share/gedit/plugins/plugin_shoebot/shoebot_wrapper.py", line 152, in send_command
    self.process.stdin.flush()
BrokenPipeError: [Errno 32] Broken pipe
stuaxo commented 5 years ago

Fixed.