Calling create_clip and passing a broadcaster Id that does not allow clips results in the following error.
File "/Users/gb/PycharmProjects/JOCR-Bot2/venv/lib/python3.11/site-packages/twitchAPI/twitch.py", line 585, in _build_result
d = data['data']
~~~~^^^^^^^^
KeyError: 'data'
Reproing is as simple as calling create_clip and passing a streamer who is currently live and does not allow clipping. Three popular streamers I just ran into this issue with are moonmoon, emiru, and rubius.
As an aside, there isn't any API I can query to check if the streamer has disabled clipping, correct?
Calling
create_clip
and passing a broadcaster Id that does not allow clips results in the following error.Reproing is as simple as calling
create_clip
and passing a streamer who is currently live and does not allow clipping. Three popular streamers I just ran into this issue with are moonmoon, emiru, and rubius.As an aside, there isn't any API I can query to check if the streamer has disabled clipping, correct?