Automatic machine translation with OpenAI does not succeed #11922
-
When attempting to autotranslate a component using OpenAI, I'm getting lock errors. The progress bar at the top of the screen doesn't make any progress, and if I inspect the Chrome developer tools I can see the requests being sent, with Is there anything I can / should do to get this to work? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The lock is obtained before fetching from machine translation (and is retried). Maybe there was another machine translation executed at the same time? |
Beta Was this translation helpful? Give feedback.
-
The first time I attempted, I had set Weblate + OpenAI as machine transalations. I'm thinking that maybe they were interfering with each other? So then I tried Weblate alone, and it progressed (without many results). Then I tried OpenAI alone, again I got the lock. I waited a day, and tried again today, this time it seems like there wasn't a lock but it took quite a while to start seeing 1% progress on the progressbar (5-10 mins?). I let it run for about an hour, came back to check, and the process was interrupted with a message along the lines of "couldn't parse response". So in the end, 0% progress 😮 |
Beta Was this translation helpful? Give feedback.
Since b4d3185 it should not crash in middle, it would just skip the responses it cannot parse.