Discussions

Ask a Question
Back to All

Anyone else experiencing Too Many Requests 429 on API? Here's info

429 is clearly coming from this "/streams" Endpoint at the d-id Domain.

Dev Tools Networking Tab shows:

Request URL:  
<https://api.d-id.com/talks/streams/strm_gcmpKV1fh5yAD0ZO4fFDb/ice>  
Request Method:  
POST  
Status Code:  
429 Too Many Requests

This is even done on the GitHub example repo (https://github.com/de-id/live-streaming-demo), reproduce by simply trying to "Connect" twice within like 5-15 minutes or so.

Makes it unusable. I also get CORS errors, which I fixed by just proxying all D-ID Requests to my Server

If anyone is able to stably connect to (via SDP / ICE) and then start D-ID Streams back to back during your development, without these 429s, then please let me know. It' unusable otherwise, since if I have simply 2 customers at once trying to "Connect", everything goes boom boom.