openshot.developers team mailing list archive
-
openshot.developers team
-
Mailing list archive
-
Message #06179
[Bug 719091] Re: Can't upload to YouTube
I tried a few things tonight to fix this, but no luck. It seems that
the Google Python API should probably not be included in OpenShot, and
added as a new dependency. If the version of Google Python API is not
correct, than YouTube should be disabled, etc... However, I am not
going to make this big of a change right now, since 1.3.1 is going to be
a quick bug fix release. I would hate to cripple the YouTube uploading
for most people. I'm moving this to 1.4.0 for us to tackle. Thanks!
** Changed in: openshot
Milestone: 1.3.1 => 1.4.0
--
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/719091
Title:
Can't upload to YouTube
Status in OpenShot Video Editor:
Confirmed
Bug description:
Ubuntu 10.10
OpenShot from ppa:openshot.developers/maverick
OpenShot 1.3.0
Firstly, thank you Team OpenShot for your amazing work, I can't say enough good things about it.
Now to the business of making it even more mindblowing.
I tried uploading my video to YouTube. Here is the terminal output:
on_tlbMakeMovie_clicked called with self.GtkToolButton
on_cboExportType_changed
on_cboUploadServices_changed
on_cboProjectType_changed
on_cboExportTo_changed
on_cboProjectType_changed
on_btnExportVideo_clicked
NEW SDL CONSUMER
GenerateXML for an Effect
on_frmExportVideo_destroy
NEW SDL CONSUMER
GenerateXML for an Effect
on_frmMain_key_press_event
on_tlbMakeMovie_clicked called with self.GtkToolButton
on_cboExportType_changed
on_cboUploadServices_changed
on_cboProjectType_changed
on_cboExportTo_changed
on_cboExportType_changed
on_cboProjectType_changed
on_btnExportVideo_clicked
NEW SDL CONSUMER
GenerateXML for an Effect
on_frmExportVideo_destroy
NEW SDL CONSUMER
GenerateXML for an Effect
on_cboUploadService_changed
on_btnUpload_clicked
form is valid!
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/openshot/windows/UploadVideo.py", line 159, in on_btnUpload_clicked
status = service.start_upload(self)
File "/usr/lib/pymodules/python2.6/openshot/uploads/manager.py", line 145, in start_upload
import gdata.youtube.client
ImportError: No module named client
on_btnUpload_clicked
form is valid!
I hope this helps.
References