JanEbbing
JanEbbing
Hi, thanks for the report. Our limit is 128 KiB (see [docs](https://developers.deepl.com/docs/resources/usage-limits)), but for technical reasons it can be slightly lower than that in practice. Could you try the same...
Great that that fixed it - I'll try to get an estimate and update the docs, then close here.
Hi, what exactly does not work about this? Do you get an error? is the glossary not applied? We have a [test](https://github.com/DeepLcom/deepl-node/blob/main/tests/glossary.test.ts#L238-L260) covering this use case and I cannot reproduce...
Hi @razvan-zavalichi , thanks for your detailed report! For your question around how many requests you can send us, we generally advise to limit your usage to 50 requests per...
Hi, with `deepl-node` version 1.10.2 and running the following code: a) 413 Payload Too Large ``` import * as deepl from 'deepl-node'; const authKey = process.env['DEEPL_AUTH_KEY']; const serverUrl = process.env['DEEPL_SERVER_URL'];...
Thanks, that helps. For the timeouts, have you tried simply increasing the timeout limit? Even with a simple table with a few rows and columns, a large request like this...
We don't have a separate endpoint in the API/method in the library for this, but you can just use `translateText()` and just look at the detected source language (and ignore...
This is a great catch, thanks for the report. I will look into what content types document translation can return and fix this (and think of a way to make...
Hello, on a technical level: The overhead to create multiple Translators itself is pretty low, the only thing is that multiple `Translator` objects would create multiple HTTP sessions (which is...
Hm, I can run the e2e tests with a free key. Can you give some more information about your server please (eg operating system)? Did you update anything else along...