MITHaystack / srt-py

BSD 3-Clause "New" or "Revised" License
10 stars 14 forks source link

Thread error #11

Open zzsblac opened 2 years ago

zzsblac commented 2 years ago

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'">