Twitch.py in discord.py

Yes. The client secret was the problem i think. But theres another error:

Traceback (most recent call last):
File “H:/pythonProject/Bot/Bot.py”, line 13, in
from twitch import get_notifications
File “H:\pythonProject\Bot\twitch.py”, line 80, in
users = get_users(config[“watchlist”])
File “H:\pythonProject\Bot\twitch.py”, line 41, in get_users
return {entry[“login”]: entry[“id”] for entry in response.json()[“data”]}
KeyError: ‘data’

Process finished with exit code 1