json.decoder.JSONDecodeError: Extra data: line 1 column 14 (char 13)
Hello, I am trying to have trunk-recorder upload analog calls. In trunk recorder I get this message every call, I have not been able to receive a single call yet. What do I need to do?
Traceback (most recent call last):
File "./manage.py", line 10, in
I am using a Mac
It does not like the json file from trunkrecorder, can you post one of the json files that is being created.
"play_length": 0.840625, "source": 0, "freqList": [ { "freq": 508237500.000000, "time": 1593295233, "pos": 0.000000, "len": 0.000000, "error_count": 0.000000, "spike_count": 0.000000}] } @dreinhold
There should be more in that file. Does your encode upload have these lines in it? https://github.com/ScanOC/trunk-player/blob/master/utility/trunk-recoder/encode-upload.sh#L21-L24
Thats all it says since I have installed Trunk-Player. Before it would say but not always all of that source if not every transmission would have it:
{ "freq": 5.06588e+08, "start_time": 1593134156, "stop_time": 1593134221, "emergency": 0, "talkgroup": 2, "srcList": [ {"src": 38020, "time": 1593132746, "pos": 0.247750, "emergency": 0, "signal_system": "MDC1200", "tag": ""}, {"src": 38017, "time": 1593133498, "pos": 0.267375, "emergency": 0, "signal_system": "MDC1200", "tag": ""}, {"src": 38006, "time": 1593134099, "pos": 0.258500, "emergency": 0, "signal_system": "MDC1200", "tag": ""}, {"src": 30608, "time": 1593134208, "pos": 0.274875, "emergency": 0, "signal_system": "MDC1200", "tag": ""} ], "freqList": [ ] }
@dreinhold
Correction right now the program seems to be deleting the files right after they pop up. @dreinhold
@mattmac553 Is this issue still persisting?