Hi all
I’ve installed openob, but on the receiver I get the following error. This usually comes
when I start the tx end on the other pc. I can’t then restart the rx end - I have to do a
FLUSHALL in redis. Can anyone tell me what’s going on?
2020-10-24 17:52:07,015 - openob.node.nas.link.test - INFO - Waiting for transmitter
capabilities...
2020-10-24 17:52:07,015 - openob.node.nas.link.test - INFO - Got caps from transmitter
2020-10-24 17:52:07,015 - openob.node.nas.link.test - INFO - Starting up receiver
2020-10-24 17:52:07,016 - openob.node.nas.link.test.rx - INFO - Creating reception
pipeline
2020-10-24 17:52:07,018 - openob.node.nas.link.test - ERROR - Receiver crashed for some
reason! Restarting...
Traceback (most recent call last):
File "build/bdist.linux-x86_64/egg/openob/node.py", line 60, in run_link
receiver = RTPReceiver(self.node_name, link_config, audio_interface)
File "build/bdist.linux-x86_64/egg/openob/rtp/rx.py", line 20, in __init__
self.build_pipeline()
File "build/bdist.linux-x86_64/egg/openob/rtp/rx.py", line 41, in
build_pipeline
self.decoder = self.build_decoder()
File "build/bdist.linux-x86_64/egg/openob/rtp/rx.py", line 107, in
build_decoder
decoder.set_property('use-inband-fec', True) # FEC
AttributeError: 'NoneType' object has no attribute 'set_property'
2020-10-24 17:52:07,118 - openob.node.nas.link.test - INFO - Waiting for transmitter
capabilities...
2020-10-24 17:52:07,118 - openob.node.nas.link.test - INFO - Got caps from transmitter
2020-10-24 17:52:07,118 - openob.node.nas.link.test - INFO - Starting up receiver
2020-10-24 17:52:07,119 - openob.node.nas.link.test.rx - INFO - Creating reception
pipeline
2020-10-24 17:52:07,121 - openob.node.nas.link.test - ERROR - Receiver crashed for some
reason! Restarting...
Traceback (most recent call last):
File "build/bdist.linux-x86_64/egg/openob/node.py", line 60, in run_link
receiver = RTPReceiver(self.node_name, link_config, audio_interface)
File "build/bdist.linux-x86_64/egg/openob/rtp/rx.py", line 20, in __init__
self.build_pipeline()
File "build/bdist.linux-x86_64/egg/openob/rtp/rx.py", line 41, in
build_pipeline
self.decoder = self.build_decoder()
File "build/bdist.linux-x86_64/egg/openob/rtp/rx.py", line 107, in
build_decoder
decoder.set_property('use-inband-fec', True) # FEC
AttributeError: 'NoneType' object has no attribute 'set_property'
^CTraceback (most recent call last):
File "/usr/local/bin/openob", line 4, in <module>
__import__('pkg_resources').run_script('OpenOB==4.0.3',
'openob')
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 534, in
run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1445, in
run_script
exec(script_code, namespace, namespace)
File
"/usr/local/lib/python2.7/dist-packages/OpenOB-4.0.3-py2.7.egg/EGG-INFO/scripts/openob",
line 87, in <module>
File "build/bdist.linux-x86_64/egg/openob/node.py", line 65, in run_link
KeyboardInterrupt