You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
!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'
The text was updated successfully, but these errors were encountered: