diff --git a/resources/lib/entrypoint.py b/resources/lib/entrypoint.py index 2f373308..4e943658 100644 --- a/resources/lib/entrypoint.py +++ b/resources/lib/entrypoint.py @@ -768,7 +768,7 @@ def channels(): xml = downloadutils.DownloadUtils().downloadUrl('{server}/channels/all') try: xml[0].attrib - except (ValueError, AttributeError, IndexError): + except (ValueError, AttributeError, IndexError, TypeError): log.error('Could not download Plex Channels') return xbmcplugin.endOfDirectory(HANDLE, False)