PetterKraabol / Twitch-Python

Object-oriented Twitch API for Python developers
https://pypi.org/project/twitch-python
MIT License
214 stars 37 forks source link

KeyError: "access_token" Error #28

Open mrsrmn opened 3 years ago

mrsrmn commented 3 years ago

image

This is what i get after running the script given in the PYPI page. I tried other ways but it doesn't work. Is it a client side error or its just the module?

Oshawk commented 3 years ago

@MakufonSkifto It looks like you have provided a client ID without a client secret. I feel like this is probably the issue.

mrsrmn commented 3 years ago

@Oshawk I did image