Bug 663643
| Summary: | [abrt] pitivi-0.13.5-3.fc14: etree.py:96:_parsePropertyValue:TypeError: wrong arguments when creating GstCaps object | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ville-Pekka Vainio <vpvainio> | ||||
| Component: | pitivi | Assignee: | Gwyn Ciesla <gwync> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 14 | CC: | hicham.haouari, otte, supercyper1 | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | abrt_hash:15733449 | ||||||
| Fixed In Version: | pitivi-0.14.0-2.fc14 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2011-06-24 03:45:05 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Created attachment 469135 [details]
File: backtrace
pitivi-0.14.0-2.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/pitivi-0.14.0-2.fc14 Package pitivi-0.14.0-2.fc14: * should fix your issue, * was pushed to the Fedora 14 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing pitivi-0.14.0-2.fc14' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/pitivi-0.14.0-2.fc14 then log in and leave karma (feedback). This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. pitivi-0.14.0-2.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |
abrt version: 1.1.14 architecture: x86_64 cmdline: python /usr/bin/pitivi component: pitivi executable: /usr/bin/pitivi kernel: 2.6.36.2-12.rc1.fc15.x86_64 package: pitivi-0.13.5-3.fc14 reason: etree.py:96:_parsePropertyValue:TypeError: wrong arguments when creating GstCaps object release: Fedora release 14 (Laughlin) How to reproduce: 1. PiTiVi crashed when I tried to render a project (it was a crash somewhere in the libraries and I couldn't be bothered with downloading all the debuginfos), now the project file is apparently corrupt or something. time: 1292505778 uid: 500 backtrace ----- etree.py:96:_parsePropertyValue:TypeError: wrong arguments when creating GstCaps object Traceback (most recent call last): File "/usr/share/pitivi/python/pitivi/ui/mainwindow.py", line 570, in _openProjectCb self.app.projectManager.loadProject(uri) File "/usr/share/pitivi/python/pitivi/projectmanager.py", line 108, in loadProject formatter.loadProject(uri) File "/usr/share/pitivi/python/pitivi/formatters/base.py", line 94, in loadProject self._loadProjectUnchecked(location) File "/usr/share/pitivi/python/pitivi/formatters/base.py", line 131, in _loadProjectUnchecked self._loadProject(location, project) File "/usr/share/pitivi/python/pitivi/formatters/etree.py", line 626, in _loadProject project.setSettings(self._loadProjectSettings(self._settingsnode)) File "/usr/share/pitivi/python/pitivi/formatters/etree.py", line 313, in _loadProjectSettings settings.vcodecsettings = self._deserializeDict(sett) File "/usr/share/pitivi/python/pitivi/formatters/etree.py", line 262, in _deserializeDict d[a] = self._parsePropertyValue(b) File "/usr/share/pitivi/python/pitivi/formatters/etree.py", line 96, in _parsePropertyValue return gst.Caps("meh, name=%s" % value)[0]["name"] TypeError: wrong arguments when creating GstCaps object Local variables in innermost frame: self: <pitivi.formatters.etree.ElementTreeFormatter object at 0x16c4850> value: "(guint64) u'None'"