You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the latest updates, I noticed that a lot of balloons have ceased to translate. I assume that this is caused by a bug in the GOOGLE OCR module - the text is recognized, then passed to the translator, some requests are not translated and then the balloon remains with the original text, but the mask shows that the work with the balloon was carried out. The logs occasionally show such messages HTTP/1.1 303 See Other:
[2024-12-17 16:05:23,021] [ INFO] _client.py:1026 - HTTP Request: POST https://lens.google.com/v3/upload "HTTP/1.1 200 OK"
This is how the work of the program looks like with the latest updates:
This is how the work of the old version of the program looks like (about half a year old).
Unfortunately, I can't say exactly when the problem started.
The text was updated successfully, but these errors were encountered:
After the latest updates, I noticed that a lot of balloons have ceased to translate. I assume that this is caused by a bug in the GOOGLE OCR module - the text is recognized, then passed to the translator, some requests are not translated and then the balloon remains with the original text, but the mask shows that the work with the balloon was carried out. The logs occasionally show such messages HTTP/1.1 303 See Other:
[2024-12-17 16:05:23,021] [ INFO] _client.py:1026 - HTTP Request: POST https://lens.google.com/v3/upload "HTTP/1.1 200 OK"
[INFO ] _client:_send_single_request:1026 - HTTP Request: POST https://lens.google.com/v3/upload "HTTP/1.1 303 See Other"
[2024-12-17 16:05:24,997] [ INFO] _client.py:1026 - HTTP Request: POST https://lens.google.com/v3/upload "HTTP/1.1 303 See Other"
[INFO ] _client:_send_single_request:1026 - HTTP Request: POST https://lens.google.com/v3/upload "HTTP/1.1 303 See Other"
[2024-12-17 16:05:26,965] [ INFO] _client.py:1026 - HTTP Request: POST https://lens.google.com/v3/upload "HTTP/1.1 303 See Other"
[INFO ] _client:_send_single_request:1026 - HTTP Request: POST https://lens.google.com/v3/upload "HTTP/1.1 200 OK"
[2024-12-17 16:05:29,156] [ INFO] _client.py:1026 - HTTP Request: POST https://lens.google.com/v3/upload "HTTP/1.1 200 OK"
This is how the work of the program looks like with the latest updates:
This is how the work of the old version of the program looks like (about half a year old).
Unfortunately, I can't say exactly when the problem started.
The text was updated successfully, but these errors were encountered: