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
When downloading a pre-translated document using is_xliff="false" the download_document attempts to decode the api response as UTF-8, which results in a UnicodeDecodeError.
To reproduce, upload a docx file for pretranslation. Once processed, download:
When downloading a pre-translated document using
is_xliff="false"
the download_document attempts to decode the api response as UTF-8, which results in a UnicodeDecodeError.To reproduce, upload a docx file for pretranslation. Once processed, download:
Observe the following error:
I found mention of a
bytes
response type atlilt-python/lilt/api_client.py
Line 200 in 364b633
The text was updated successfully, but these errors were encountered: