facebook / duckling

Language, engine, and tooling for expressing, testing, and evaluating composable language rules on input strings.
Other
4.05k stars 719 forks source link

[ERROR] Network.Socket.sendBuf: resource vanished #725

Open chikubee opened 9 months ago

chikubee commented 9 months ago

A web handler threw an exception. Details: [timestamp1] Exception leaked to httpSession during phase 'sending-response': During processing of request from xxx: request: "POST /parse HTTP/1.1........" A web handler threw an exception. Details: Network.Socket.sendBuf: resource vanished (Broken pipe) [timestamp2] Exception leaked to httpSession during phase 'user handler':

A bunch of similar errors are seen while running the duckling server.

Any inputs on why this might be happening? Same request works intermittently.

Any help would be greatly appreciated, Thanks

stroxler commented 8 months ago

Are you seeing errors in your client-side application, or just errors in the server logs?