-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errpr in ;listing the archieves #1
Comments
i changed the url to http://api.opentok.com/v2/partner/MYAPI/archive?offset=0&count=0"; and the error still exists. as an experiment i changed the url to "http://api.opentok.com/" and the error still exists. But if i give any other url ( this time i gave tokbox.com) it returns some data.. |
Oh yes got the solution.. i had not mentioned header property :( |
I'm using .Net to do archiving. In the start archivie method the line response = (HttpWebResponse)request.GetResponse(); is giving 404 error.. Help me please Server Error in '/' Application. Exception Details: OpenTokSDK.Exception.OpenTokWebException: The remote server returned an error: (404) Not Found. Source Error: Line 99: catch (WebException e) Source File: F:\All Projects - Gajanan Works\Source Codes\TrialVCTokbox\trialVC\trialVC\HttpClient.cs Line: 101 Stack Trace: [OpenTokWebException: The remote server returned an error: (404) Not Found.] |
I have gone through the link https://github.com/superacidjax/opentok_archive/blob/master/archiving-sample-ruby/docs/REST-API.md#http-get-to-archive to list my arciecves. While executine the code i'm getting an exception saying "host name api.tokbox.com' could not be resolved. My internet speed is not too bad. I'm able to access other websites. I'm able to login to tokbox account, but if i run the application i'm getting the above mentioned exception.. I have copy pasted the code you have mentioned for achieving and has replaced with my login credentials and API key.
this is the url i wan to use for archieving
"https://api.opentok.com/v2/partner/MYAPI/archive?offset=0&count=0";
if i replace this URL with some other url (i used google.com) I'm getting the proper response.
Your help will be greatly appreciated.
thanks in advance
The text was updated successfully, but these errors were encountered: