brafik77 / tweetero

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

video uploads not working #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
(using latest build v2 dev branch)
(iPhone 3GS)
(developer API was received and programmed in for ktweeterodev key in 
ISvideouploadengine.m)

Variation A
1. new message
2. add existing media
3. select short (2 sec) video captured by iPhone previously
4. just keeps saying "uploading to yFrog" but progress bar never moves forward 
and activity 
spinner just spins and never stops
5. if you press cancel, and try to send, it is unable to send and hangs again 
attempting to upload 
video

Varitaion B
1. rotate phone from home screen to get into automatic photo/video mode
2. select video
3. film short video (2 sec) and select
4. just keeps saying "uploading to yFrog" but progress bar never moves forward 
and activity 
spinner just spins and never stops
5. if you press cancel, and try to send, it is unable to send and hangs again 
attempting to upload 
video

Not sure what else to change - is the video upload working for you?
I tried building with SDK 3.0 to Device as both debug and release but no change

Original issue reported on code.google.com by de...@derekunderwood.com on 27 Feb 2010 at 6:31

GoogleCodeExporter commented 9 years ago
We are able to upload video files to yfrog.

I have added a logging of the video uploading process to "Debug" configuration.
Debugging information will be logged to "Debugger Console" window (Run/Console 
or Shift+Command+R)
Please build this configuration, run video uploading, gather debug information, 
and attach a file with logs to this 
issue.

Original comment by andriy.v...@gmail.com on 1 Mar 2010 at 5:36

GoogleCodeExporter commented 9 years ago
video uploads are working currently. Seems the chucked API is failing on server 
side.

Original comment by npettas@gmail.com on 3 Mar 2010 at 11:25

GoogleCodeExporter commented 9 years ago
** using oAuth **

video uploads still not working
applied updates and "debug" logging
with #debug =1, app simply crashes so that did not help

However, in normal mode, app seemed to upload the video to ImageShack (progress 
bar went to 100%).

But, then when you go to look at the resulting message in the timeline (home), 
you see the other text in the 
message (my text was "test video 2") and then a large blank area in the UICell 
with no icon or image to show 
there is a video referenced (no preview or image). The link showing is:
 http://yfrog.us/0siphonemediaz (which does not seem)
Clicking on that takes me to...
http://img28.yfrog.com/i/iphonemedia.mp4/  (had to go to www.twitter.com to see 
this)

When you then select  the message and see it in detail, it shows an icon for a 
video that can not be played. (a 
video icon with a line through it). The video was a 2 second video taken with 
my iPhone 3GS.

Console says: (and this error appeared no matter whether I built against SDK 3 
or 3.12):

warning: Unable to read symbols for 
"/Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.1.2 
(7D11)/Symbols/System/Library/VideoDecoders/VCH263.videodecoder" (file not 
found).
warning: Unable to read symbols for 
"/Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.1.2 
(7D11)/Symbols/System/Library/VideoDecoders/H264H2.videodecoder" (file not 
found).
warning: Unable to read symbols for 
"/Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.1.2 
(7D11)/Symbols/System/Library/VideoDecoders/MP4VH2.videodecoder" (file not 
found).
warning: Unable to read symbols for 
"/Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.1.2 
(7D11)/Symbols/System/Library/VideoDecoders/Slim.videodecoder" (file not found).

Not sure what else to do here. Seems like it is now trying to upload something 
to ImageShack but it is not 
viewable?

Original comment by de...@derekunderwood.com on 4 Mar 2010 at 2:19

GoogleCodeExporter commented 9 years ago
*** Ok - now video upload seems to be working. ***
I think npettas is right, the Image Shack server side was not working.

 How often does this happen? If frequent, the users will blame the app and be angry. Maybe instead of displaying 
a blank or non-working video preview, we should say "Video upload not processed 
by server. Please wait until 
later or try again." 

Any other suggestions?

Original comment by de...@derekunderwood.com on 4 Mar 2010 at 3:37

GoogleCodeExporter commented 9 years ago
>> *** Ok - now video upload seems to be working. ***
So I suggests this issue as closed.

>> How often does this happen?
I hope that this will never take place in future.

>> blank or non-working video preview
From yFrog point of view all works as expected. Our application receives a 
valid response from the server but  with invalid link to media.
In theory we can try to check whether the link is broken and if so then to show 
some user friendly explanation. But this should be filed under Enhancement.

Original comment by andriy.v...@gmail.com on 4 Mar 2010 at 6:13