AgoraIO / Agora-RESTful-Service

24 stars 66 forks source link

Error code 404 in stop api #9

Open rufrajput opened 4 years ago

rufrajput commented 4 years ago

Aquire api and start apis are returning responses properly, but when I call stop api, it gives me 404 code.

Screenshot 2020-10-23 at 4 21 21 PM Screenshot 2020-10-24 at 4 10 55 PM
plutoless commented 4 years ago

it's possible that your recording has already stopped?

Rebeccacy commented 4 years ago

Also, you can use query before you call stop, to check if the recording has indeed started. One FAQ that may be useful to you: Why do I get a 404 error when I call query after successfully starting a cloud recording?https://docs.agora.io/en/faq/return-404

Saquib764 commented 3 years ago

@rufrajput did you manage to solve the problem? I am also getting the same issue.

The start call is successful and return 200 along with SID. But query call returns 404.

SayedAkhtar commented 2 years ago

Did anyone get the issue resolved ?