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 checking text (langtool-check) that contains one or more percent characters (%), I get:
Error: Could not decode query. Query length: 63296 Request method: POST
Tested with languagetool-server from LanguageTool 6.0 via HTTP (obviously).
Server-side log:
2024-06-13 21:00:42.266 +0200 INFO org.languagetool.server.LanguageToolHttpHandler Handling POST /v2/check
2024-06-13 21:00:42.278 +0200 INFO org.languagetool.server.LanguageToolHttpHandler An error has occurred: 'Could not decode query. Query length: 63296 Request method: POST', sending HTTP code 400. Access from 127.0.0.1, HTTP user agent: null, User agent param: null, Referrer: null, language: null, h: 1, r: 77, time: 9m: ALL, l: DEFAULT, Stacktrace follows:org.languagetool.server.BadRequestException: Could not decode query. Query length: 63296 Request method: POST
at org.languagetool.server.LanguageToolHttpHandler.getParameterMap(LanguageToolHttpHandler.java:454)
at org.languagetool.server.LanguageToolHttpHandler.getRequestQuery(LanguageToolHttpHandler.java:401)
...
Apparently, something is amiss with percent-encoding.
langtool 20230222.326 installed
The text was updated successfully, but these errors were encountered:
When checking text (
langtool-check
) that contains one or more percent characters (%), I get:Tested with languagetool-server from LanguageTool 6.0 via HTTP (obviously).
Server-side log:
Apparently, something is amiss with percent-encoding.
langtool 20230222.326 installed
The text was updated successfully, but these errors were encountered: