python-vncorenlp icon indicating copy to clipboard operation
python-vncorenlp copied to clipboard

WARN HttpParser - URI is too large >8192

Open alg0s opened this issue 5 years ago • 3 comments

The server doesn't serve big text and constantly returns this message: WARN HttpParser - URI is too large >8192

alg0s avatar Aug 30 '20 02:08 alg0s

@dnanhkhoa could you please fix the server to switch from Query Parameter to POST payload? The current implementation cannot handle a long query parameter, hence this error happens.

alg0s avatar Sep 15 '20 01:09 alg0s

Hi @alg0s , thank you very much for raising this issue,

Unfortunately I cannot sit on this problem this time. I will try to look into it.

dnanhkhoa avatar Sep 22 '20 15:09 dnanhkhoa

@dnanhkhoa could you please fix the server to switch from Query Parameter to POST payload? The current implementation cannot handle a long query parameter, hence this error happens.

hi, I wrote R wrapper for this and it can handle long text. You can also run it as docker service and use any clients you want:

https://github.com/vega-ai/vietr

anh avatar Jan 27 '22 14:01 anh