diff --git a/resources/lib/downloadutils.py b/resources/lib/downloadutils.py index 6505702c..3c28ab11 100644 --- a/resources/lib/downloadutils.py +++ b/resources/lib/downloadutils.py @@ -318,7 +318,7 @@ class DownloadUtils(): LOG.warn('Failed to connect to %s too many times. ' 'Declare PMS dead', url) window('plex_online', value="false") - except: + except ValueError: # 'countError' not yet set pass return None