Unable to login
-
@admin I'm unable to login today. I get "TypeError: 'NoneType' object is not subscriptable" when I try to generate a session using the Python SDK.
-
Trying to run this code and getting the same error as
Traceback (most recent call last):
File "i:\Python\login.py", line 24, in <module>
refreshToken= data['data']['refreshToken']
TypeError: 'NoneType' object is not subscriptableAm I making any mistakes?
Please help.
-
Seems to be fixed.