-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gives me an error after 266 translations #9
Comments
I can't debug with only the error traceback, I need the exact request you have made, |
I get the date from a sql table, translate the strings in "topic" and "review" and store it back in a new table. After exactly 266 calls of translate() I keep getting the traceback error. Thanks for your help!
|
I need the request, I can't debug with that |
topic:
review:
The bullets are either "+" or "-", but got converted here. |
I believe the request is too long, |
I think the best way is to limit the request size for now, I wont split the requests in the module, it will cause translation errors. The way to fix that is too change the request method, from GET to POST, I can't do that for now, |
Is this confirmed? At around >8000 characters with a GET or a POST request it returns |
yes this is still a problem, and yes the problem is caused by a payload too large |
OP is getting 400 error, not 413, and my how do you know that changing to POST increasese this character limit? My tests indicate otherwise. |
I haven't tried but that should do it. |
After 266 translation calls (in a for-loop) I get always the following error (it's always exactly 266). Do you know why?
The text was updated successfully, but these errors were encountered: