wildeyedskies / stmp

subsonic terminal music player
GNU General Public License v3.0
100 stars 21 forks source link

Error handling #3

Open wildeyedskies opened 3 years ago

wildeyedskies commented 3 years ago

We need to be helpful when things break

xxxserxxx commented 1 year ago

@wildeyedskies This is partially addressed by 47d8f766e2, which added a logging tab and replaced many of the silent swallowing of errors with messages to this tab. There could be more done here, such as alerting the user that there's something to look at in the tab. Also, not every error is dumped to that panel, and we don't actually add any useful instructions when there's an error (it's just Printf'd) there.

In any case, I wanted to link that commit to this ticket.