Fedora31 and Ubuntu 20.04 #57
ghost
started this conversation in
Show and tell
Replies: 2 comments
-
on Fedora31 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also getting this on Ubuntu 20.04. I found this issue in the
to
... then it resolves the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
python3 obplayer.py -d
[Jun 04 2020 18:01:10 UTC] [module] loading module player
[Jun 04 2020 18:01:10 UTC] [debug] adding element to bin: audio-out-capsfilter
[Jun 04 2020 18:01:10 UTC] [debug] adding element to bin: audio-out-level
[Jun 04 2020 18:01:10 UTC] [debug] adding element to bin: audio-out-interlink-tee
[Jun 04 2020 18:01:10 UTC] [debug] adding element to bin: audio-out-post-tee-queue
[Jun 04 2020 18:01:10 UTC] [debug] adding element to bin: audiosink
[Jun 04 2020 18:01:10 UTC] [error] exception occurred in main thead. Terminating...
[Jun 04 2020 18:01:10 UTC] [error] Traceback (most recent call last):
File "/home/mikee/Projects/obplayer/obplayer/main.py", line 86, in start
self.load_module('player')
File "/home/mikee/Projects/obplayer/obplayer/main.py", line 207, in load_module
exec('import obplayer.%s; obplayer.%s.init()' % (name, name))
File "", line 1, in
File "/home/mikee/Projects/obplayer/obplayer/player/init.py", line 31, in init
obplayer.Player = ObPlayer()
File "/home/mikee/Projects/obplayer/obplayer/player/control.py", line 61, in init
self.player_init()
File "/home/mikee/Projects/obplayer/obplayer/player/control.py", line 82, in player_init
self.pipes['testsignal'] = pipes.ObTestSignalPipeline('test-signal', self)
File "/home/mikee/Projects/obplayer/obplayer/player/pipes/testsignal.py", line 43, in init
self.pipeline = Gst.Pipeline(name)
TypeError: GObject.init() takes exactly 0 arguments (1 given)
Beta Was this translation helpful? Give feedback.
All reactions