jarulsamy / Plex-Bot

A Plex discord music bot.
GNU General Public License v3.0
22 stars 13 forks source link

Improved exception handling #31

Closed cburgard closed 2 years ago

cburgard commented 2 years ago

The current implementation is relatively bare-bones when it comes to exception handling, that is, a lot of the exceptions are not handled and just propagated to the log. This PR sets out to catch a lot of weird conditions that can happen when connectivity is bad and treat them accordingly.