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
the vast majority of calls to getSocket1Reply or getSocket1JsonReply ought to be wrapped in try/catch, i don't think this is really a fatal class of error, I get crashes constantly when load is high. maybe an option to increase the socket timeout would alleviate the issue?
The text was updated successfully, but these errors were encountered:
Seems an empty string is returned to caller here but the caller expects a valid JSON string:
Waybar/src/modules/hyprland/backend.cpp
Line 199 in ccc3c13
the vast majority of calls to
getSocket1Reply
orgetSocket1JsonReply
ought to be wrapped in try/catch, i don't think this is really a fatal class of error, I get crashes constantly when load is high. maybe an option to increase the socket timeout would alleviate the issue?The text was updated successfully, but these errors were encountered: