OP25 Here we go again.

MCWKen

Member
Joined
Mar 4, 2013
Messages
203
Reaction score
50
Location
Clinton, IA
I was forced to rebuild the computer, and when it came to OP25, initially got many errors which I was able to solve. But this remains something I cannot resolve.

Error:

python version detected: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0]
main: exception occurred
main: exception:
Traceback (most recent call last):
File "/home/ken/op25/op25/gr-op25_repeater/apps/./rx.py", line 1030, in run
self.tb.start()
File "/usr/lib/python3/dist-packages/gnuradio/gr/top_block.py", line 116, in start
top_block_start_unlocked(self._impl, max_noutput_items)
RuntimeError: list contains invalid format!

Running Ubuntu 24.04.3
GNU Radio 3.10.12.3
Latest Boatbod package.

Command line:
/rx.py --args 'rtl' --gains 'lna:49' -S 2560000 -f 774.33125e6 -T trunkmusc.tsv -x -2 -n -2 -V -w 2> stderr.2


Any suggestions?
Thanks in advance,

Ken
 

Attachments

  • stderr.2 12-15-25.txt
    6.3 KB · Views: 3

boatbod

Member
Joined
Mar 3, 2007
Messages
3,630
Reaction score
1,025
Location
Talbot Co, MD
Did you start with a fresh op25 install or copy the directories over from the old installation?
Best guess is there are remnants of an old build hanging around, either directly in the ~/op25 hierarchy or somewhere in /usr/local/lib where the shared libraries get installed. Recommend you blow it away and start over by running the ~/op25/install.sh script.
 

sean_

Member
Joined
Feb 20, 2017
Messages
53
Reaction score
3
Location
las vegas, nevada
I see this:
Code:
RuntimeError: list contains invalid format!

Can you post your trunkmusc.tsv or run without it?
 

MCWKen

Member
Joined
Mar 4, 2013
Messages
203
Reaction score
50
Location
Clinton, IA
I see this:
Code:
RuntimeError: list contains invalid format!

Can you post your trunkmusc.tsv or run without it?
Tried to run:
ken@ken:~$ ./rx.py --args 'rtl' -f 774.3301250e6 2> stderr.2

Same error.

Ken
 

Attachments

  • Screenshot from 2025-12-17 14-37-31.png
    Screenshot from 2025-12-17 14-37-31.png
    17.8 KB · Views: 4

boatbod

Member
Joined
Mar 3, 2007
Messages
3,630
Reaction score
1,025
Location
Talbot Co, MD
If you google for "RuntimeError: list contains invalid format!" there are numerous hits for occurrences of this particular gnuradio error after some sort of update. Some mention gr-osmosdr, but either way I think it's a incompatibility between libraries - either those that you built yourself via the op25 install process or those that came in a package or were left behind from a previous install.

I do not think this has anything to do with op25 config file contents or format. Those typically produce other python errors.
 

MCWKen

Member
Joined
Mar 4, 2013
Messages
203
Reaction score
50
Location
Clinton, IA
If you google for "RuntimeError: list contains invalid format!" there are numerous hits for occurrences of this particular gnuradio error after some sort of update. Some mention gr-osmosdr, but either way I think it's a incompatibility between libraries - either those that you built yourself via the op25 install process or those that came in a package or were left behind from a previous install.
I do not think this has anything to do with op25 config file contents or format. Those typically produce other python errors.
I will follow the Google RuntimeError. Thanks
 

wgbecks

Active Member
Joined
Jan 17, 2005
Messages
1,153
Reaction score
410
Location
NE Wisconsin
Ken,

Were you able to get op25 going again? If not, send me a PM and I will be willing to assist offline.

Bill
 
Top