JonathanHolvey / plugin.audio.streaming-radio

A custom internet radio addon for Kodi
GNU General Public License v3.0
5 stars 3 forks source link

Track info stops updating on HTTP request error #6

Closed JonathanHolvey closed 7 years ago

JonathanHolvey commented 7 years ago

If the requests library throws an exception when performing a request, then the addon script will terminate and the track info will stop being updated. These exceptions (eg requests.exceptions.ConnectionError) should be handled appropriately.