You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If im trying to start the GNU Radio Companion, if get this error:
Loading: "/opt/test/gr-pocsag/pocsagsend2.grc"
Error: need more than 2 values to unpack
>>> Failure
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/gnuradio/grc/gui/MainWindow.py", line 272, in new_page
file_path=file_path,
File "/usr/lib/python2.7/dist-packages/gnuradio/grc/gui/NotebookPage.py", line 50, in __init__
self.get_flow_graph().import_data(initial_state)
File "/usr/lib/python2.7/dist-packages/gnuradio/grc/core/FlowGraph.py", line 423, in import_data
block.import_data(block_n)
File "/usr/lib/python2.7/dist-packages/gnuradio/grc/core/Block.py", line 841, in import_data
self.rewrite()
File "/usr/lib/python2.7/dist-packages/gnuradio/grc/core/Block.py", line 289, in rewrite
getattr(self, 'rewrite_' + self._key, lambda: None)()
File "/usr/lib/python2.7/dist-packages/gnuradio/grc/core/Block.py", line 493, in rewrite_epy_block
update_ports('out', self.get_sources(), blk_io.sources, 'source')
File "/usr/lib/python2.7/dist-packages/gnuradio/grc/core/Block.py", line 465, in update_ports
for key, port_type, vlen in port_specs:
ValueError: need more than 2 values to unpack
The text was updated successfully, but these errors were encountered:
Hey,
If im trying to start the GNU Radio Companion, if get this error:
The text was updated successfully, but these errors were encountered: