trunk-transcribe icon indicating copy to clipboard operation
trunk-transcribe copied to clipboard

Error finding transcribe.sh

Open xSidewinderx opened this issue 1 year ago • 1 comments

Im having issues with Trunk Recording finding the the transcribe.sh file? I have placed it in the root directory of trunk recorder, where my config.json sits. I get this message in the terminal when running thought "sh: 1: transcribe.sh: not found"

Part of my config.json "audiostreaming": true, "audioArchive": true, "callLog": true, "uploadScript": "transcribe.sh", "dailyLog": true, "modulation": "qpsk"

xSidewinderx avatar Jul 01 '24 23:07 xSidewinderx

Hi @xSidewinderx, sorry I'm just now seeing this. Can you try using an absolute path to the upload script, or alternatively add ./ at the beginning so it treats it as a relative path? Right now I think it is treating it like a regular Linux command so it can't find it.

EricTendian avatar Sep 22 '24 06:09 EricTendian

Going to close this, but please open again if you still need help.

EricTendian avatar Dec 06 '24 18:12 EricTendian