Chatterino / chatterino2

Chat client for https://twitch.tv
MIT License
2.04k stars 449 forks source link

fix: improve error messaging when pgrep fails streamer mode detection #5321

Closed pajlada closed 5 months ago

pajlada commented 5 months ago

We now correctly detect a timeout & show a special error message for it. I've gone for the approach of possibly posting two streamer-mode messages, instead of sharing a boolean for them.

I've tested this locally on my system in 2 ways 1) Remove pgrep - the original messaging still works 2) Replace pgrep with a script that runs sleep 5 - the new timeout message shows