Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
YannickFricke opened this issue Apr 4, 2024 · 0 comments
Open

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

YannickFricke opened this issue Apr 4, 2024 · 0 comments
Labels
product: api API endpoints in the "helix" namespace

Comments

@YannickFricke
Copy link

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?

@YannickFricke YannickFricke added the product: api API endpoints in the "helix" namespace label Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product: api API endpoints in the "helix" namespace
Projects
None yet
Development

No branches or pull requests

1 participant