cryptoRebel / sukiyoshi

Automatically exported from code.google.com/p/sukiyoshi
0 stars 0 forks source link

Uploading Showing Operation Time Out #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I instantiate a BrightcoveConfig object and then a BCAPI instance from that.
2. Open a filestream to a file and read all bytes out of the file and close the 
stream.
3. Create a BCVideo instance with only the required fields filled in, 
shortdescription and name. 
4. Tried to create a video using BCAPI.CreateVideo()  method

What is the expected output? What do you see instead?

Expected is video should be uploaded and uploaded video id should be returned.

But in my case, Video gets uploaded and it throws error "Operation Time Out" 
after sometime. I am not able to get the Video ID. It throws error on line 42 
od Postrequest.cs.

"return request.GetResponse() as HttpWebResponse;"

At this point it takes lot of time and operation time out.

What version of the product are you using? On what operating system?

Windows 7 .

Please provide any additional information below.

Original issue reported on code.google.com by speedste...@gmail.com on 11 Nov 2011 at 10:19

Attachments:

GoogleCodeExporter commented 8 years ago
Right now i am evaluating brightcove for my organization.So i believe I am 
using the latest version

Original comment by speedste...@gmail.com on 11 Nov 2011 at 10:22