-
Notifications
You must be signed in to change notification settings - Fork 233
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
Translations of embedded English hearing-impaired subtitles to Portuguese result in a 500 Error
#2689
Comments
I’ve also noticed that when using the "Mass Edit" feature to translate multiple subtitles at once, the process slows down significantly after a certain point, taking several minutes. The logs show that this is due to hitting the rate limit. Although the translations eventually complete, the resulting subtitles are either still in the original language or a mix of the original and the target translation language. I suspect this is a bug, as we have backoff logic in place to handle timeouts properly. Here are the logs showcasing this behavior. |
Yeah definitely a bug but we're too close to releasing an urgent fix in 1.4.5 so I'll postpone this one for a couple of days. I'm planning to rework the translation tool anyway. |
The Portuguese translation issue should be fixed in upcoming beta. |
Thanks for your help! Just out of curiosity, what is the typical release schedule for Bazarr's stable versions? Do you follow specific criteria when deciding to merge development into the main branch? |
There's no typical delay. We try do it once every 1 to 2 months unless we have some urgent issue to fix. It's the case in 1.4.4 and we'll release 1.4.5 in the upcoming hours. |
Got it, thank you! |
I just tested the fix in v1.4.5, and the EN:HI to PT translation is working now. Thank you! 🙇♀️ |
Describe the bug
Firstly, thank you for the fantastic work on the subtitle translation refactor. It has become much more reliable and accurate! 🙇
Recently, I’ve encountered an issue when translating embedded English hearing-impaired subtitles into Portuguese. The error message says
Error 500
andYou have disconnected from the server
.This error doesn't happen when translating to other languages like Spanish or when translating non-hearing-impaired English subtitles into Portuguese. Moreover, if I use the
Remove HI Tags
tool, the translation proceeds without issue.Despite the error message, I can still use Bazarr normally, which leads me to believe it might be an uncaught exception with a generic error message.
To Reproduce
Expected behavior
The translation from hearing-impaired English to Portuguese occurs without errors.
Software (please complete the following information):
Additional context
Note: I had to append
.txt
to the subtitle file to upload it on GitHub.The text was updated successfully, but these errors were encountered: