← Back to team overview

openshot.developers team mailing list archive

[Bug 687302] Re: export to DVD doesn't work

 

This is because you have selected "Blank DVD+R Disc", rather than a
folder or filename. The pygtk get_filename method won't return anything
for the selection you have made. We probably need to put some extra
handling in here to ensure you only select a valid folder or file.

-- 
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/687302

Title:
  export to DVD doesn't work

Status in OpenShot Video Editor:
  New

Bug description:
  Trying to export a video to an empty DVD issues the messages:

Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/openshot/windows/ExportVideo.py", line 499, in on_btnExportVideo_clicked
    localfileExportFolder = str.strip(self.fileExportFolder.get_filename())
TypeError: descriptor 'strip' requires a 'str' object but received a 'NoneType'

Openshot version 1.2.2, from debian server
System is Debian squeeze/sid





References