You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-10-16 14:23:08: 14:23:08 ERROR: LuaSkin: hs.timer callback error: ...Hammerspoon.app/Contents/Resources/extensions/hs/ipc.lua:48: ipc port is no longer valid (early)
Most notably this happens with keybindings, but also has happened with the hs.layout and hs.screen modules. I don't have an exact root cause, unfortunately. The easiest workaround is just to reload the config again, and all is well. Some days, it errors only once, some days it's 1-5 times. I'll notice it once a keybinding fails to execute as expected.
This has happening on 100.x; also, I'm on Sonoma 14.6.1.
Anyone else experiencing this??
The text was updated successfully, but these errors were encountered:
Just confirming that I believe this is happening because I have one of my tmux plugins spamming hs -c <some_cmd>, so, that said, removing the offending sequential calls to the hs cli tool from tmux ended up fixing it (haven't seen this error again).
I'll add a debounce of some sort to these calls from tmux and see if that alleviates (unfortunately what i was using this for needed near-real-time feedback).
It would be great if we could narrow this down to a reproducer. It's probably not related, but one of our long-standing complete crashes of Hammerspoon is something to do with IPC ports ceasing being valid for some reason.
It would be great if we could narrow this down to a reproducer. It's probably not related, but one of our long-standing complete crashes of Hammerspoon is something to do with IPC ports ceasing being valid for some reason.
hammerspoon/extensions/ipc/ipc.lua
Line 48 in 08cb813
I'm rather consistently getting this error:
Most notably this happens with keybindings, but also has happened with the hs.layout and hs.screen modules. I don't have an exact root cause, unfortunately. The easiest workaround is just to reload the config again, and all is well. Some days, it errors only once, some days it's 1-5 times. I'll notice it once a keybinding fails to execute as expected.
This has happening on 100.x; also, I'm on Sonoma 14.6.1.
Anyone else experiencing this??
The text was updated successfully, but these errors were encountered: