gnuradio / gr-inspector

Signal Analysis Toolbox for GNU Radio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About running live signal detection example

opened this issue · comments

Hi.
When i run the program i get this error:
Traceback (most recent call last):File "live_signal_detection.py", line 136, in <module>main()File "live_signal_detection.py", line 124, in maintb = top_block_cls()File "live_signal_detection.py", line 90, in __init__self.msg_connect((self.inspector_signal_detector_cvf_0, 'map_out'), (self.inspector_qtgui_sink_vf_0, 'map_in'))File "/usr/local/lib/python2.7/dist-packages/gnuradio/gr/hier_block2.py", line 59, in wrappedfunc(self, src.to_basic_block(), srcport, dst.to_basic_block(), dstport)File "/usr/local/lib/python2.7/dist-packages/gnuradio/gr/hier_block2.py", line 131, in msg_connectself.primitive_msg_connect(*args)File "/usr/local/lib/python2.7/dist-packages/gnuradio/gr/runtime_swig.py", line 5343, in primitive_msg_connectreturn _runtime_swig.top_block_sptr_primitive_msg_connect(self, *args)RuntimeError: invalid msg port in connect() or disconnect()
I searched in gnuradio mail list but i could not find any solution.
I am in a hurry to publish my project report so i am posting in here.
Sorry about that.
Regards...

@mustaphos I have forwarded your issue to the GNU Radio mailing list. Adhoc I don't have an idea what is going wrong, but you definitely should provide more information (again, on the mailing list, where much more people are there to help) on your system, GNU Radio version, etc.