MITHaystack / srt-py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thread error

zzsblac opened this issue · comments

I've installed radioconda and srt-py on OpenSuSE Leap 15.2 and changed the radio to usrp as per the instructions. When starting srt-py I get the following error message. It appears to work correctly, as the web page appears on port 8080 and displays the output of the radio. Is this error critical to the operation of the software?

Steve

Exception in thread Thread-5:
Traceback (most recent call last):
File "/home/wrt/radioconda/lib/python3.9/threading.py", line 973, in _bootstrap_inner
self.run()
File "/home/wrt/radioconda/lib/python3.9/threading.py", line 910, in run
self._target(*self._args, **self._kwargs)
File "/home/wrt/srt-py-master/srt/daemon/daemon.py", line 595, in update_radio_settings
call(value)
File "/home/wrt/radioconda/lib/python3.9/xmlrpc/client.py", line 1116, in call
return self.__send(self.__name, args)
File "/home/wrt/radioconda/lib/python3.9/xmlrpc/client.py", line 1458, in __request
response = self.__transport.request(
File "/home/wrt/radioconda/lib/python3.9/xmlrpc/client.py", line 1160, in request
return self.single_request(host, handler, request_body, verbose)
File "/home/wrt/radioconda/lib/python3.9/xmlrpc/client.py", line 1176, in single_request
return self.parse_response(resp)
File "/home/wrt/radioconda/lib/python3.9/xmlrpc/client.py", line 1348, in parse_response
return u.close()
File "/home/wrt/radioconda/lib/python3.9/xmlrpc/client.py", line 662, in close
raise Fault(**self._stack[0])
xmlrpc.client.Fault: <Fault 1: "<class 'AttributeError'>:'gnuradio.gr.gr_python.top_block_pb' object has no attribute 'blocks_tags_strobe_0'">