Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error generating report if audio transcription is enable, but model or service not available #2381

Closed
wladimirleite opened this issue Dec 10, 2024 · 1 comment · Fixed by #2382
Assignees
Labels

Comments

@wladimirleite
Copy link
Member

When a case is processed with audio transcription (enableAudioTranscription = true) and later, if the user tries to create a report in a different machine and the audio transcription originally used a local model (not available in the other environment) or a remote transcription service (which is not reachable in a different network), report generation fails (exits during its initialization).

As it is done in other tasks, I believe the correct behavior would be to disable the transcription task (logging the error), if its initialization fails AND it is a report processing.

This was reported by another user, and I was able to reproduce using 4.2-snapshot (master).

@wladimirleite wladimirleite self-assigned this Dec 10, 2024
@lfcnassif
Copy link
Member

Thanks @wladimirleite for reporting! I agree with the proposed approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants