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
This is likely a simple error, but I don't know enough about python to figure it out. Getting the following error when trying a simple getCurrentTemp.
from TStat import *
t = TStat('192.168.1.127')
t.getCurrentTemp()
Traceback (most recent call last):
File "", line 1, in
File "TStat.py", line 274, in getCurrentTemp
return self._get('temp', raw)
File "TStat.py", line 181, in _get
if not self.api.has_key(key):
AttributeError: 'NoneType' object has no attribute 'has_key'
Not quite sure what I'm doing wrong. Any ideas?
The text was updated successfully, but these errors were encountered:
This is likely a simple error, but I don't know enough about python to figure it out. Getting the following error when trying a simple getCurrentTemp.
Not quite sure what I'm doing wrong. Any ideas?
The text was updated successfully, but these errors were encountered: