OP25 multi_rx Conventional Help

WV8VFD

Member
Premium Subscriber
Joined
Nov 3, 2006
Messages
108
Reaction score
32
Hi all,

Been banging my head off the wall lately. Been trying to get multi_rx.py working to monitor a conventional channel. I have trunking working, but cannot for the life of me get conventional to work.

Just using the example trying to run it, I get the following error json.decoder.JSONDecodeError: Illegal trailing comma before end of object: line 5 column 299 (char 576)

JSON validators say that the default p25_conventional_example.json is valid.

I have tried removing the comma at the end of line 5 and then get this error

json.decoder.JSONDecodeError: Expecting ',' delimiter: line 6 column 13 (char 111)

The JSON validator then says that it is incorrect without the comma at the end of line 5.

What baffles me is that there is definitely no column 299. I have made sure there is nothing past the comma other than the line break to the next line. I have also created a new file from scratch, and it still gives me that.

Any help?
 

boatbod

Member
Joined
Mar 3, 2007
Messages
3,714
Reaction score
1,114
Location
Talbot Co, MD
If you'd like to attach/send me your customized config file I can take a look at it.
 
Top