Bug 1097104
| Summary: | [abrt] pitivi: project.py:559:__init__:TypeError: function takes at most 0 arguments (1 given) | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Sam Tygier <samtygier> | ||||||
| Component: | pitivi | Assignee: | Gwyn Ciesla <gwync> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | rawhide | CC: | elad, fschwarz, gwync, hicham.haouari, otte | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/e662f1bf729849fe58757517ce7ff53d3a0f5adb | ||||||||
| Whiteboard: | abrt_hash:0d1a2d240c86562a19ebea144800778d39e7670d | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-08-02 12:54:46 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 895024 [details]
File: backtrace
Created attachment 895025 [details]
File: environ
still ocurs in pitivi-0.93-5.fc21.x86_64. Also happens under a GNOME3 desktop. likely duplicate: bug 1109481 This is indeed a duplicate. *** This bug has been marked as a duplicate of bug 1109481 *** |
Description of problem: On fresh rawhide install with MATE desktop, I installed pitivi and launched it. The pitivi window briefly appeared, then it crashed. Version-Release number of selected component: pitivi-0.93-4.fc21 Additional info: reporter: libreport-2.2.2 cmdline: python2 /usr/bin/pitivi executable: /usr/bin/pitivi kernel: 3.15.0-0.rc5.git0.1.fc21.x86_64 runlevel: N 5 type: Python uid: 1000 Truncated backtrace: project.py:559:__init__:TypeError: function takes at most 0 arguments (1 given) Traceback (most recent call last): File "/usr/bin/pitivi", line 137, in <module> _run_pitivi() File "/usr/bin/pitivi", line 124, in _run_pitivi sys.exit(ptv.main(sys.argv)) File "/usr/share/pitivi/python/pitivi/application.py", line 416, in main ptv = StartupWizardGuiPitivi(debug=options.debug) File "/usr/share/pitivi/python/pitivi/application.py", line 362, in __init__ self.projectManager.newBlankProject(emission=False) File "/usr/share/pitivi/python/pitivi/project.py", line 419, in newBlankProject project = Project(_("New Project")) File "/usr/share/pitivi/python/pitivi/project.py", line 559, in __init__ Gst.Caps("application/ogg"), TypeError: function takes at most 0 arguments (1 given) Local variables in innermost frame: self: <Project object at 0x3d1ad70 (pitivi+project+Project at 0x401b0e0)> unused_kwargs: {} name: 'New Project' uri: None