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
There is no preset of maximum request size. However I am surprise, the API should never silently fail.
What API endpoint are you referring to exactly ?
It might have been an uncaught error which would be fixed by @jmleroux's PR (#77) but either no documents were created at all, or only part of them were created when launching documents through clients/projects/'{projectId}/batch/documents
What is the maximum request size authorized by the textmaster servers?
We ran into an issue where the api silently fails when the request size is too big. (empty response).
We implemented this as a quick workaround (basically saving a maximum of 100 documents at a time) : https://github.com/worldia/textmaster-api/blob/master/lib/Textmaster/Model/Project.php#L255
/cc @aponsin
The text was updated successfully, but these errors were encountered: