wouterdebie / locast2tuner

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

Improve error handling #15

Closed wouterdebie closed 3 years ago

wouterdebie commented 3 years ago

Error handling is pretty much all over the place. Code unwraps in many places without proper handling; sometimes we handle some results and in other places we blatantly panic. I'd be nice to have a clearer idea of how we want to handle errors.