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?
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?