I keep getting the follwing error back which apparently is to do with my Twitch app id or some sort of Auth Issue. Can anyone help me with this - error message below:
r4ptor@D5FA51C:~/Scripts$ {‘error’: ‘Unauthorized’, ‘status’: 401, ‘message’: ‘OAuth token is missing’}
<Response [401]>
Traceback (most recent call last):
File “KYRBot.py”, line 22, in
user_id = data[‘data’][0][‘id’]
KeyError: ‘data’
Not sure how to try and resolve this?!