wouterdebie / locast2tuner

Locast to Emby/Plex/Channels server
https://wouterdebie.github.io/locast2tuner/
MIT License
52 stars 8 forks source link

Better error handling #101

Open wouterdebie opened 3 years ago

wouterdebie commented 3 years ago

There are a few places where locast2tuner explicitly panics, but this means that the error messages are kind of bad. Similarly, there are places where unwrap is used, which could cause a panic. These cases should be nicely handled and errors should be logged as error!() and lead to a proper exit code.