Skip to content

Instantly share code, notes, and snippets.

@evidex
Created February 3, 2015 13:48
Show Gist options
  • Save evidex/b27a186503e2a321589e to your computer and use it in GitHub Desktop.
Save evidex/b27a186503e2a321589e to your computer and use it in GitHub Desktop.
Pitivi Error Log - Arch Linux 030215
Traceback (most recent call last):
File "/usr/lib/pitivi/python/pitivi/dialogs/startupwizard.py", line 96, in _newProjectCb
self.app.project_manager.newBlankProject()
File "/usr/lib/pitivi/python/pitivi/project.py", line 470, in newBlankProject
project.createTimeline()
File "/usr/lib/pitivi/python/pitivi/project.py", line 936, in createTimeline
self.pipeline = Pipeline()
File "/usr/lib/pitivi/python/pitivi/utils/pipeline.py", line 531, in __init__
SimplePipeline.__init__(self, self)
File "/usr/lib/pitivi/python/pitivi/utils/pipeline.py", line 186, in __init__
self._pipeline.preview_set_video_sink(self.video_sink)
TypeError: Argument 1 does not allow None as a value
Traceback (most recent call last):
File "/usr/lib/pitivi/python/pitivi/mediafilespreviewer.py", line 362, in _on_preview_video_realize_cb
self.player.connectWithViewer(self.preview_video)
File "/usr/lib/pitivi/python/pitivi/utils/pipeline.py", line 518, in connectWithViewer
self.video_sink.set_window_handle(handle)
AttributeError: 'NoneType' object has no attribute 'set_window_handle'
ERROR 13:48:00 assetpipeline _handleErrorMessage: error from <__main__.GstXvImageSink object at 0x7ff27c178cf0 (GstXvImageSink at 0x7ff26000fa10)>: gst-resource-error-quark: Output window was closed (3) (xvimagesink.c(552): gst_xvimagesink_handle_xevents (): /GstPlayBin:preview-player/GstPlaySink:playsink/GstBin:vbin/GstXvImageSink:xvimagesink0) (../../usr/lib/pitivi/python/pitivi/utils/pipeline.py:481)
TypeError: _pipelineErrorCb() takes 3 positional arguments but 4 were given
Traceback (most recent call last):
File "/usr/lib/pitivi/python/pitivi/utils/pipeline.py", line 446, in _busMessageCb
if not (self._pipeline.get_mode() & GES.PipelineFlags.RENDER):
AttributeError: '__main__.GstPlayBin' object has no attribute 'get_mode'
Traceback (most recent call last):
File "/usr/lib/pitivi/python/pitivi/medialibrary.py", line 719, in _dialogBoxResponseCb
self.app.project_manager.current_project.addUris(filenames)
AttributeError: 'NoneType' object has no attribute 'addUris'
Traceback (most recent call last):
File "/usr/lib/pitivi/python/pitivi/medialibrary.py", line 719, in _dialogBoxResponseCb
self.app.project_manager.current_project.addUris(filenames)
AttributeError: 'NoneType' object has no attribute 'addUris'
Missing soft dependency:
- pycanberra not found on the system
-> enables sound notifications when rendering is complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment