Cloudflare Calls Internal Backend Error

I get a lot of times this error, for example when adding tracks from session, why does it happens and how to fix it? is it because it make too fast the requests?
No description
No description
No description
8 Replies
Nikita R.
Nikita R.OP2mo ago
i did fixed my issue, but still experiencing that error, i just retry x times, any thing i can give to help to identify the issue?
SI
SI2mo ago
I would like to gain a better understanding: Is this issue occurring randomly for end users, or are you experiencing it yourself? Additionally, does it happen during normal site usage or while interacting with an API?
Nikita R.
Nikita R.OP2mo ago
i dont know about other maybe, but for me it happens randomly, during normal usage witch consists of interacting with the api of cloudflare calls
SI
SI2mo ago
I would recommend checking the logs for the requests that received a 500 status code on the server side. Try to examine what details are being sent to the server in the requests that result in the error, and check if there were any recent changes on the server or in the code. I would also recommend verifying whether the error originated from Cloudflare (CF) or your server by enabling development mode in Cloudflare.
Nikita R.
Nikita R.OP2mo ago
as of now its working fine again, so when it throws again that error i will investigate as much as possible but the error seemed to came from Cloudflare and maybe the rayid in the screenshot could help, but for now hard to debug because i dont have it anymore, thank you for your message and your help btw
Erisa
Erisa2mo ago
@Nikita R. if it happens again mention it here along with any relevant ID / ray and I'll escalate it to cloudflare
Nikita R.
Nikita R.OP2mo ago
Thank you !
Eduardo Vilarinho
I'm managing to send the local tracks normally, but when it comes to sending the remote tracks, I'm getting the following error: { “errorCode": ‘internal_error’, “errorDescription": ”Backend error” } Below is an example of the API call: https://rtc.live.cloudflare.com/v1/apps/[mySfuID]/sessions/[mySessionID]/tracks/new Body: { “tracks":[ { “location“:”remote”, “trackName“:”fc58b5f2-40ea-4778-9078-ab3f3fac3923”, “sessionId“:”5448f72fc7ae8827b243611c6a51ea0f” }, { “location“:”remote”, “trackName“:”574e3182-5e74-4be5-ae97-886208d8fbdf”, “sessionId“:”5448f72fc7ae8827b243611c6a51ea0f” } ] }

Did you find this page helpful?