← Back to team overview

openshot.bugs team mailing list archive

[Bug 1043655] [NEW] Import files only works once

 

Public bug reported:

openshot version: 1.4.2 from launchpad ppa
host: ubuntu 12.04 x86_64
libmlt4: 0.7.6+git20120204-2

When importing files for a second time, there's an exception in python script:
<console output>
state saved
on_tlbImportFiles_clicked called with self.GtkToolButton
project state modified
state saved
project state modified
state saved
project state modified
state saved
project state modified
state saved
project state modified
state saved
project state modified
state saved
project state modified
state saved
project state modified
state saved
project state modified
state saved
on_tlbImportFiles_clicked called with self.GtkToolButton
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/openshot/windows/MainGTK.py", line 1781, in on_tlbImportFiles_clicked
    self.import_files_dialog = AddFiles.frmAddFiles(form=self, project=self.project)
  File "/usr/lib/pymodules/python2.7/openshot/windows/AddFiles.py", line 47, in __init__
    self.frmAddFiles.set_current_folder(preferences.Settings.app_state["import_folder"])
TypeError: Gtk.FileChooser.set_current_folder() argument 1 must be string, not None
</console output>

** Affects: openshot
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenShot
Bugs, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/1043655

Title:
  Import files only works once

Status in OpenShot Video Editor:
  New

Bug description:
  openshot version: 1.4.2 from launchpad ppa
  host: ubuntu 12.04 x86_64
  libmlt4: 0.7.6+git20120204-2

  When importing files for a second time, there's an exception in python script:
  <console output>
  state saved
  on_tlbImportFiles_clicked called with self.GtkToolButton
  project state modified
  state saved
  project state modified
  state saved
  project state modified
  state saved
  project state modified
  state saved
  project state modified
  state saved
  project state modified
  state saved
  project state modified
  state saved
  project state modified
  state saved
  project state modified
  state saved
  on_tlbImportFiles_clicked called with self.GtkToolButton
  Traceback (most recent call last):
    File "/usr/lib/pymodules/python2.7/openshot/windows/MainGTK.py", line 1781, in on_tlbImportFiles_clicked
      self.import_files_dialog = AddFiles.frmAddFiles(form=self, project=self.project)
    File "/usr/lib/pymodules/python2.7/openshot/windows/AddFiles.py", line 47, in __init__
      self.frmAddFiles.set_current_folder(preferences.Settings.app_state["import_folder"])
  TypeError: Gtk.FileChooser.set_current_folder() argument 1 must be string, not None
  </console output>

To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/1043655/+subscriptions


Follow ups

References