Trusty-cogs icon indicating copy to clipboard operation
Trusty-cogs copied to clipboard

Set follow doesnt work

Open DKnightX91 opened this issue 9 months ago • 0 comments

!twitch setfollow snowchickengod <#743265787950792715>

Error in command 'twitch setfollow'. Check your console or logs for details.

[2023-10-27 02:23:28] [ERROR] red: Exception in command 'twitch setfollow' Traceback (most recent call last): File "/data/venv/lib/python3.11/site-packages/discord/ext/commands/core.py", line 235, in wrapped ret = await coro(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/cogs/CogManager/cogs/twitch/twitch.py", line 156, in set_follow followers, total = await self.get_all_followers(profile.id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/cogs/CogManager/cogs/twitch/twitch_api.py", line 167, in get_all_followers follows = [x["from_id"] for x in data["data"]] ~~~~^^^^^^^^ KeyError: 'data'

DKnightX91 avatar Oct 27 '23 02:10 DKnightX91