GNOME Bugzilla – Bug 560330
Pitivi dont import any video (python trouble)
Last modified: 2008-12-10 17:09:01 UTC
Please describe the problem: When I try to import any video into Pitivi, the application return a Python error: Traceback (most recent call last):
+ Trace 209641
self.drawPosition(context, self.get_allocation())
if self.getDuration() <= 0:
return instance.PiTiVi.current.timeline.getDuration()
Steps to reproduce: 1. Import a video. 2. Pitivi show a dialog with error: PiTiVi is unable to load file "file:///path/video.avi": There was an error loading the file. 3. Anyway, Pitivi dont crash. Actual results: Expected results: Does this happen every time? Yes Other information: Ubuntu Intrepid Ibex 8.10 AMD64 GNOME 2.24.1 Kernel GNU/Linux 2.6.26.7 RT Pitivi 0.11.2
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report. Fixed in this commit : * pitivi/ui/ruler.py: Fix duration query. Don't seek if there's no available content. git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1331 d3729300-e425-0410-8a4c-d956edccc248
Another bug when import a video. No dialog error and nothing happen on the GUI, but from terminal... ~/Scrivania$ pitivi Traceback (most recent call last):
+ Trace 210670
res = self._load()
self.fromDataFormat(tree)
Serializable.fromDataFormat(self, obj)
if not obj["datatype"]:
PiTiVi version is now 0.11.2.2
This is a different issue, therefore you should open a new bug report. But don't because it's just that you opened the file as a project (as opposed to using "Import files").