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
scriberr-1 | stderr: Output file: /scriberr/audio/7bsl1x42l4nnehn/7bsl1x42l4nnehn.mp3.json
scriberr-1 |
scriberr-1 | stderr: Done
scriberr-1 |
scriberr-1 | false
scriberr-1 | DEV MODE -----> false
scriberr-1 | stderr: /bin/sh: 1: whisper: not found
scriberr-1 |
scriberr-1 | Error: Command failed with exit code 127
scriberr-1 | at ChildProcess.<anonymous> (file:///app/build/server/chunks/queue-Bdtmtx2w.js:43900:16)
scriberr-1 | at ChildProcess.emit (node:events:530:35)
scriberr-1 | at maybeClose (node:internal/child_process:1104:16)
scriberr-1 | at Socket.<anonymous> (node:internal/child_process:456:11)
scriberr-1 | at Socket.emit (node:events:518:28)
scriberr-1 | at Pipe.<anonymous> (node:net:343:12)
scriberr-1 | Auth state after loading cookie: true
To fix this, I had to go into the docker container in an interactive shell, cd into whisper-cpp, install cmake and maketools, and then do cmake ., make, make install, cp bin/main /bin/whisper
I would myself submit a fix PR, but I'm not 100% sure how the build process works here lol. If i figure it out, I'll submit one though.
The text was updated successfully, but these errors were encountered:
Yeah so whisper.cpp changed how they compile and set up the executable. Since my current setup directly comes from the repo it uses the new format but the app tries to compile it the old way.
The next release will fix it. Just finished a complete overhaul of the app. Will push out a release petty soon. Keep an eye out.
When attempting to upload any file:
To fix this, I had to go into the docker container in an interactive shell, cd into whisper-cpp, install cmake and maketools, and then do
cmake .
,make
,make install
,cp bin/main /bin/whisper
I would myself submit a fix PR, but I'm not 100% sure how the build process works here lol. If i figure it out, I'll submit one though.
The text was updated successfully, but these errors were encountered: