← Back to team overview

ubuntustudio-bugs team mailing list archive

[Bug 1748831] [NEW] pitivi (UnicodeDecodeError) _newProjectLoadingCb → _setScenarioFile → decode

 

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding pitivi.  This problem was most recently seen with package version 0.99-2, the problem page at https://errors.ubuntu.com/problem/4661dc71aaa3ed958acb58e57ea04dea58ad1338 contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/.


Traceback (most recent call last):
  File "/usr/lib/x86_64-linux-gnu/pitivi/python/pitivi/application.py", line 259, in _newProjectLoadingCb
    self._setScenarioFile(uri)
  File "/usr/lib/x86_64-linux-gnu/pitivi/python/pitivi/application.py", line 254, in _setScenarioFile
    content = project.read().replace("\n", "")
  File "/usr/lib/python3.5/codecs.py", line 321, in decode
    (result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb2 in position 54: invalid start byte

** Affects: pitivi (Ubuntu)
     Importance: Medium
         Status: Triaged


** Tags: artful bionic xenial yakkety zesty

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to pitivi in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1748831

Title:
  pitivi (UnicodeDecodeError) _newProjectLoadingCb → _setScenarioFile →
  decode

Status in pitivi package in Ubuntu:
  Triaged

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem regarding pitivi.  This problem was most recently seen with package version 0.99-2, the problem page at https://errors.ubuntu.com/problem/4661dc71aaa3ed958acb58e57ea04dea58ad1338 contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports.
  If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/.

  
  Traceback (most recent call last):
    File "/usr/lib/x86_64-linux-gnu/pitivi/python/pitivi/application.py", line 259, in _newProjectLoadingCb
      self._setScenarioFile(uri)
    File "/usr/lib/x86_64-linux-gnu/pitivi/python/pitivi/application.py", line 254, in _setScenarioFile
      content = project.read().replace("\n", "")
    File "/usr/lib/python3.5/codecs.py", line 321, in decode
      (result, consumed) = self._buffer_decode(data, self.errors, final)
  UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb2 in position 54: invalid start byte

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pitivi/+bug/1748831/+subscriptions


Follow ups