bugbakery / transcribee

open source audio and video transcription software
https://transcribee.net
GNU Affero General Public License v3.0
284 stars 17 forks source link

Feature Request: Offer a way to re-run a failed job #357

Open moeffju opened 1 year ago

moeffju commented 1 year ago

I tried transcribing a 45 minute talk in my local transcribee dev container and the ALIGN task failed. I did not see an obvious way to restart the task.

I would like there to be UI to re-run failed tasks and maybe see why they failed.

pajowu commented 1 year ago

This is currently only possible using the cli:

pdm run -p backend/ reset_task --uuid [TASK_ID/DOCUMENT_ID]

A UI for that might be a good idea, however I'm not sure whether all users should be allowed to do that or only those with a certain flag set on their account