We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4410c commit 98e589aCopy full SHA for 98e589a
checkers/Twitch.py
@@ -36,6 +36,8 @@ def isModelOnline(twitchChannelName: str):
36
logger.warning("connection timed out to Twitch. Bot detection or rate limited?")
37
except requests.exceptions.SSLError:
38
logger.warning("SSL Error when attempting to connect to Twitch")
39
+ except TypeError:
40
+ logger.warning("twitch user banned or doesn't exist")
41
thumbUrl = GetThumbnail(tempThumbUrl, Constants.twitchThumbnail)
42
return isOnline, title, thumbUrl, icon
43
0 commit comments