-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Problem description
I am running the client stack with docker-compose up --build. When I input a certain large/long note (e.g. 119-01.txt, 117-01.txt from the I2B2 dataset), it results in API Error! as the output. I checked the stdout of the docker-compose stack, and it said the following:
phi-deidentifier | invalid request block size: 4706 (max 4096)...skip
phi-deidentifier | [uwsgi-http key: localhost client_addr: 172.21.0.7 client_port: 59064] hr_instance_read(): Connection reset by peer [plugins/http/http.c line 647]
Weirdly, though, when I run the phi-deidentifier stack, and input this note through the UI at /api/v1/ui, it seems to run perfectly fine.
Steps to reproduce the issue
- Run the
phi-deidentifier-appstack - Copy in the contents of one of the specific notes I mentioned above (
119-01.txt,117-01.txt,116-01.txt,116-02.txt,116-03.txtfrom the I2B2 dataset) - Press "Deidentify Note"
Expected behavior
- The note should get de-identified