You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the docker image robotastic/trunk-recorder:5.0.1 the package openssh-client is missing. This creates a challenge when using the encode-upload.sh script because the scp command is not found.
Before installing openshh-client package
trunk-recorder | [2025-02-23 17:22:08.026157] (info) [hcps] 43C TG: 200 Freq: 851.837500 MHz C Running upload script: /app/encode_upload.sh /app/media/hcps/2025/2/23/200-1740331326_851837500.0-call_43.wav /app/media/hcps/2025/2/23/200-1740331326_851837500.0-call_43.json /app/media/hcps/2025/2/23/200-1740331326_851837500.0-call_43.m4a
...
trunk-recorder | Encoding: /app/media/hcps/2025/2/23/200-1740331326_851837500.0-call_43.wav
trunk-recorder | Upload:
trunk-recorder | /app/encode_upload.sh: line 12: scp: command not found
Description
In the docker image
robotastic/trunk-recorder:5.0.1
the packageopenssh-client
is missing. This creates a challenge when using the encode-upload.sh script because thescp
command is not found.Before installing
openshh-client
packageAfter installing
openshh-client
packageencode-upload.sh script that is being used
Resolution
docker compose exec -ti trunk-recorder bash
The text was updated successfully, but these errors were encountered: