After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 729529 - [regression] Python3 port breaks audio clip waveforms
[regression] Python3 port breaks audio clip waveforms
Status: RESOLVED INCOMPLETE
Product: pitivi
Classification: Other
Component: Timeline
Git
Other Linux
: Normal normal
: 0.94
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks: 729527
 
 
Reported: 2014-05-04 17:47 UTC by Jean-François Fortin Tam
Modified: 2014-10-24 19:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-François Fortin Tam 2014-05-04 17:47:45 UTC
Importing a clip from my ~/Vidéos/ folder, and then inserting it in the timeline, I get this traceback, which "breaks" the timeline UI:

  • File "./pitivi/timeline/previewers.py", line 763 in _startLevelsDiscovery
    filename = hash_file(Gst.uri_get_location(self._uri)) + ".wave"
  • File "./pitivi/utils/misc.py", line 217 in hash_file
    with open(uri, "rb") as file:
UnicodeEncodeError: 'ascii' codec can't encode character '\xe9' in position 14: ordinal not in range(128)

Comment 1 Mathieu Duponchelle 2014-05-05 21:08:38 UTC
Please provide more information, as I can't reproduce that here. Had you already discovered this file with a previous version of pitivi ? Is there something worth mentioning about that sample ?

Classifying as NEEDINFO
Comment 2 Lubosz Sarnecki 2014-05-06 12:25:08 UTC
As described in #729526, I can load videos from a folder called "Vidéos". The bugs could be related.