1
votes

Please note we are using tokbox for video recording.

Sometimes it works fine but sometime it give errors, there are two types of errors we get..

  1. Archive Not Found

  2. Invalid URI (Invalid URI: The format of the URI could not be determined) error we get.

If we try to check the archive id from browser at http://digitaltsai.com/ot/tester/ as written in http://tokbox.com/forums/archiving/archive-not-found-t9580 we get the archive.

But when i try to get archive by code

response = webRequest.GetResponse().GetResponseStream(); , major times I get errors...

Below is the XML we are getting.

<Errors>
<error code="404">
<itemNotFound message="Archive 8e7db9c9-6d31-4f57-8bd1-bd3bdf7fea8b not found" />
</error>
</Errors>

Please help us to resolve the issue asap, since my portal is already live and facing major issues because of it.

1

1 Answers

0
votes

Whenever you get the "archive not found" error, you probably have an invalid token. If you supply a token that doesn't have the right credentials, you will get the 404 error.

To test this, please print out what token you're trying to get the archive with. You can also hardcode a token and see that it works everytime.