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

translation list index out of range #108

Open
eyewee opened this issue Oct 25, 2024 · 4 comments
Open

translation list index out of range #108

eyewee opened this issue Oct 25, 2024 · 4 comments

Comments

@eyewee
Copy link

eyewee commented Oct 25, 2024

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.
pc2
pc1

Any ideas why this problem arises and how should I fix it? Might it be that I've simply exhausted daily gpt request limit?

@eyewee
Copy link
Author

eyewee commented Nov 3, 2024

Any ideas?

@eyewee
Copy link
Author

eyewee commented Nov 13, 2024

anyone?

@muzafferkadir
Copy link

same here

@muzafferkadir
Copy link

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
},

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

No branches or pull requests

2 participants