Getting twitch clips by clip_id

I’m trying to get information on clips but I already have the clip so I want to use the slug, the part after “https://clips.twitch.tv/” to look for clips so I currently use the line “clip = twitch.get_clips(clip_id=[clip_slug])” and get the error twitchAPI.types.TwitchAPIException: Bad Request. I tried getting clips by broadcaster id and it worked but I can’t figure out why getting clips by clip_id doesn’t work. I am using python by the way.

I don’t recognise this error.

Sounds like you are using a library and not calling the API yourself?

So is the library using kraken or helix?
Whats the actual API URL being called?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.