You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 5, 2018. It is now read-only.
When I run whereat (or any function that depends on whereat, such as commercialbreak) I get the following error:
Traceback (most recent call last):
File "/home/pi/hasystem/system.py", line 9328, in <module>
say = whereat()
File "/home/pi/hasystem/system.py", line 1215, in whereat
if int(mediatype.get('time')) != 0:
TypeError: int() argument must be a string or a number, not 'NoneType'