vishnukraj / youtube-upload

Automatically exported from code.google.com/p/youtube-upload
0 stars 1 forks source link

progress bar dose not show ? #124

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
= Versions

youtube-upload:latest
python: Python 2.7.4
python-gdata: python-gdata_2.0.17+dfsg-1

OS Info : 

Ubuntu 13.04
Codename: raring

= Describe the steps (including the command you run) that will reproduce
the problem?
The progress bar dose not show while uploading.

youtube-upload --email=myemail --title="Title" --description="Info about video" 
--category=Howto  --keywords="Keyword1,keyword2" --password=mykeypassword 
fileupload.mp4

Original issue reported on code.google.com by sharifo...@gmail.com on 5 Nov 2013 at 1:41

GoogleCodeExporter commented 9 years ago
Do you have the package python-progressbar installed? you should see a warning 
message...

Original comment by tokland on 5 Nov 2013 at 3:00

GoogleCodeExporter commented 9 years ago
Yes, i have it installed, and I do not see any warning messages, I see blank 
nothing processing but it's upload to youtube.
Result :
Login to Youtube API: email='usrname', password='*********'
Install pycurl to upload the video using HTTP
Start upload using basic gdata API: Video.avi
https://www.youtube.com/watch?v=URL of video

but no progress bar.

Original comment by sharifo...@gmail.com on 6 Nov 2013 at 10:59

GoogleCodeExporter commented 9 years ago
> Install pycurl to upload the video using HTTP

That's it: you need to install also pycurl to see the progressbar.

Original comment by tokland on 6 Nov 2013 at 11:00

GoogleCodeExporter commented 9 years ago
I have installed it using : 
apt-get install python-pycurl

and now it's working fine,

Thanks for such a great tool

Original comment by sharifo...@gmail.com on 6 Nov 2013 at 11:42

GoogleCodeExporter commented 9 years ago
hope you add this to required when install the tool, as it's required.

Original comment by sharifo...@gmail.com on 6 Nov 2013 at 11:43

GoogleCodeExporter commented 9 years ago
SOLVED

Original comment by sharifo...@gmail.com on 6 Nov 2013 at 11:43

GoogleCodeExporter commented 9 years ago
Ok! Glad to help.

Original comment by tokland on 6 Nov 2013 at 11:44

GoogleCodeExporter commented 9 years ago

Original comment by tokland on 13 May 2014 at 8:32