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 subscriptable
Am I making any mistakes?
Please help.