deepl-python
deepl-python copied to clipboard
Connection failed: ('Connection aborted.', TimeoutError('The write operation timed out'))
When I called for documentation translation for about 15MB, it failed to upload. Docs less than 10MB is usually fine.
Translate the document
translator.translate_document_from_filepath( input_path, output_path, source_lang=SOURCE_LANGUAGE, target_lang=TARGET_LANGUAGE, glossary = my_glossary )
Hey, are you using the free API or Pro? Our size limits are documented here (Sorry for not having them under the other API docs, we are in the process of fixing them.)
I am using API Pro to upload and translate doc with 16MB, and this error happened.