-
Notifications
You must be signed in to change notification settings - Fork 40
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
Random error when running in the background #15
Comments
This shouldn't happen randomly. Does it happen when you restart i3wm? |
I'll try using exec_always and I'll report back. I've added a very ugly looking try and catch that just restarts the script anyway. Also, i3-py is deprecated, could it be something related to that, too? |
This seems to be an issue with i3-py. As I wrote in #16, there is a replacement called i3ipc-python. Rewriting this tool slightly to use the new module would likely solve this issue. |
I'm also using a try/except in a loop to workaround this error. See PR #22 |
i3-py has now been replaced with i3ipc, by merging #26. Closing this, but do not hesitate to reach out if this causes any new problems. |
Sometimes when I'm running this script it closes itself with this error:
I'm running arch and followed the install guide
The text was updated successfully, but these errors were encountered: