Hello everyone,
I’m having some problems with the API to create Cips (POST https://api.twitch.tv/helix/clips).
I have my own API that calls the clips service. Initially, some clips are created normally, but after a few clips are created, it starts returning the following error:
{ “error”: “Service Unavailable”, “status”: 503, “message”: “” }
Some things I noticed:
- Once the error starts, the streamer stops the live stream, waits a while and starts again, it is possible to create a clip again. But after a while, it returns error 503 again. And when this starts, it is for all channels that use the API. Several clips were not created in a row, there was an interval of a few minutes.
If necessary, I can provide the name/ID of the channels
Please, is there anything else I could check?
Thank you.