Open Qqwy opened 9 years ago
Have you tried looking for ps aux | grep volt
Appears to me sometime that there are lose volt server task running in the background.
@Qqwy I think this issue is in the listen gem - https://github.com/guard/listen/issues/340
It seams to happen when there is syntax error after a code reload. The clients tries to reconnect several times per second.
As a workaround I just kill all processes running volt (ruby).
It regularly (multiple times a day) happens to me that the Volt Server is showing this message:
without any progress. When exiting out of the server in this state, using Ctrl+C or Ctrl+Z (^C, ^Z), I get the following error:
After this, when trying to restart the server using
volt s
or similar commands, I get the following error stack:The only way I found to resolve this problem has been to restart my computer. There might be another way to delete the floating
inotify
process but I have not found out how (for instance, it does not show up when I dops aux | grep inotify
on Linux).