GNOME Bugzilla – Bug 728011
[regression] Python3 port breaks URI handling for thumbnails when opening a .xges file with missing clips
Last modified: 2014-05-04 17:42:54 UTC
This is what I get when trying to open a xges file where clips have moved around: Traceback (most recent call last):
+ Trace 233457
return self.emit("missing-uri", project, error, asset)
*args, **kwargs)
res = cb(*ar, **kw)
thumbnail_hash = md5(uri).hexdigest()
** (pitivi:19567): WARNING **: Unhandled type tag GType
This one is pretty easy. I missed a encoding issue, since I didn't test this. I have only run the regular test suite. Are there more issues left in the dogtail tests maybe? These 2 commits fix this (the first one is just for making the pep8 check valid) https://github.com/lubosz/pitivi/commits/md5fix
Just attach those patches here?
Created attachment 274200 [details] [review] fix pep8 check
Created attachment 274201 [details] [review] fix python3 md5 encoding exception
commit aea80145baa9cb63e0016e3b363c8cad530ad8f9 Author: Lubosz Sarnecki <lubosz@gmail.com> Date: Fri Apr 11 20:32:47 2014 +0200 python3: fix encoding for md5 https://bugzilla.gnome.org/show_bug.cgi?id=728011 commit 51e1799ab918506f4f0f09fa94fef4f9ab7dae8c Author: Lubosz Sarnecki <lubosz@gmail.com> Date: Fri Apr 11 20:32:39 2014 +0200 fix pep8 check https://bugzilla.gnome.org/show_bug.cgi?id=728011