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
When uploading audio track. After browse for file.
This is seems to be the route that is triggering the error
/v1/manage/tracks/{}/audio
blackbird-background | error: Error converting to hls: ffmpeg exited with code 127 {"service":"background-queue"}
blackbird-background | error: Error creating audio folder ffmpeg exited with code 127 {"service":"background-queue","stack":"Error: ffmpeg exited with code 127\n at ChildProcess.<anonymous> (/var/www/api/node_modules/fluent-ffmpeg/lib/processor.js:182:22)\n at ChildProcess.emit (node:events:517:28)\n at ChildProcess.emit (node:domain:489:12)\n at Process.ChildProcess._handle.onexit (node:internal/child_process:292:12)"}
blackbird-background | info: completed:upload-audio {"service":"background-queue"}
blackbird-api | info: Job with id "2" has been completed, {"error":{"stack":"Error: ffmpeg exited with code 127\n at ChildProcess.<anonymous> (/var/www/api/node_modules/fluent-ffmpeg/lib/processor.js:182:22)\n at ChildProcess.emit (node:events:517:28)\n at ChildProcess.emit (node:domain:489:12)\n at Process.ChildProcess._handle.onexit (node:internal/child_process:292:12)","message":"ffmpeg exited with code 127"}} {"service":"api"}
blackbird-api | There was an error processing the job
The text was updated successfully, but these errors were encountered:
When uploading audio track. After browse for file.
This is seems to be the route that is triggering the error
/v1/manage/tracks/{}/audio
The text was updated successfully, but these errors were encountered: