SoniTranslate
SoniTranslate copied to clipboard
translation list index out of range
Since this friday, I'm not able to use gpt 4 or 3.5 as every time I use them for translation, it give me either:
Incomplete result received. Batch lines: 32, expected: 33 (when using batch method)
or simply:
list index out of range >>
And each time it defaults to google translator which is horrible.
Any ideas why this problem arises and how should I fix it? Might it be that I've simply exhausted daily gpt request limit?
Any ideas?
anyone?
same here
in translation json do not delete whole object entirely:
{
"start": 1453.679,
"text": "DO NOT REMOVE THIS",
"speaker": 1
},
just change text to blank space like:
{
"start": 1453.679,
"text": " ",
"speaker": 1
},