kd4e
Member
I'm trying to set up trunk-recorder for local-only (no streaming uploading).
I want to use the rdio-scanner v6.6.3 interface.
Problems:
1. When I run ./trunk-recorder it shows two lines referencing broadcastify - even though broadcastify isn't in my config.json - why would that happen, please?
2. I'm getting this error. Is it obvious where in my config.json this is being triggered? If so, how do I fix it? (Is it possible it's coming from the rdio-scanner setup?)
I want to use the rdio-scanner v6.6.3 interface.
Problems:
1. When I run ./trunk-recorder it shows two lines referencing broadcastify - even though broadcastify isn't in my config.json - why would that happen, please?
2. I'm getting this error. Is it obvious where in my config.json this is being triggered? If so, how do I fix it? (Is it possible it's coming from the rdio-scanner setup?)
[2025-05-04 15:00:07.973827] (info) Talkgroup Display Format: tag_id
[2025-05-04 15:00:07.974101] (error) Failed parsing Config: [json.exception.type_error.302] type must be boolean, but is string
Code:
{
"ver": 2,
"sources": [
{
"center": 856537500,
"rate": 1500000,
"error": 0,
"gain": 30,
"center": 856537500,
"rate": 1500000,
"error": 0,
"gain": 30,
"debugRecorders": 0,
"digitalLevels": 20,
"digitalRecorders": 5,
"driver": "osmosdr",
"modulation": "qpsk",
"device": "rtl=00000001,buflen=32768"
}
],
"systems": [
{
"control_channels": [
856937500,
856812500,
856737500,
856487500
],
"type": "p25",
"apiKey": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"recordUnknown": true,
"talkgroupsFile": "segarrn_3_2_24.csv",
"talkgroupDisplayFormat": "tag_id",
"hideEncrypted": "false",
"shortName": "segarrn",
"captureDir":"/home/kd4e/trunk-build/segarrn",
"audioArchive": true,
"compressWav": true,
"enabled": true,
"controlRetuneLimit":30,
"logLevel":"info",
"frequencyFormat":"mhz"
}
],
"plugins": [
{
"name": "rdioscanner_uploader",
"library": "librdioscanner_uploader.so",
"server": "http://127.0.0.1",
"systems": [
{
"shortName":"test",
"apiKey": "fakekey",
"systemId": 411
}
}
]
}