twitchdev / issues

Issue tracker for third party developers.
Apache License 2.0
73 stars 6 forks source link

Creating clips is failing the first time of each livestream #935

Open YannickFricke opened 6 months ago

YannickFricke commented 6 months ago

Brief description The creation of clips fails the first time of each livestream.

How to reproduce

  1. Go live
  2. Wait 2 minutes (so you got some video data)
  3. Make a request to the endpoint: https://dev.twitch.tv/docs/api/reference/#create-clip
  4. Wait 15 seconds
  5. Make a request to the endpoint with the returned clip id: https://dev.twitch.tv/docs/api/reference/#get-clips
  6. See that it is not there (empty list returned)

Interestingly the same steps work for every clip after the first clip (like second / third clip etc).

Expected behavior Creating a clip should work in all circumstances.

Screenshots

Additional context or questions Could this be an caching issue?