Skip to content

Failure on Certain Inputs #46

@boyleconnor

Description

@boyleconnor

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

  1. Run the phi-deidentifier-app stack
  2. 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.txt from the I2B2 dataset)
  3. Press "Deidentify Note"

Expected behavior

  • The note should get de-identified

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions