I recently upgraded to dfx v0.15.1 and after developing for a bit, the local replica began to throw following error:
2023-11-19T12:57:24.782864Z ERROR tower_http::trace::on_failure: response failed classification=Status code: 500 Internal Server Error latency=67806 ms
2023-11-19T12:57:24.783402Z ERROR icx_proxy_dev::proxy::agent: Unable to read body: Failed to read body: “error reading a body from connection: end of file before message length reached”
2023-11-19T12:57:24.783458Z ERROR tower_http::trace::on_failure: response failed classification=Status code: 500 Internal Server Error latency=67897 ms
2023-11-19T12:57:24.784083Z ERROR icx_proxy_dev::proxy::agent: Unable to read body: Failed to read body: “error reading a body from connection: end of file before message length reached”
2023-11-19T12:57:24.784118Z ERROR tower_http::trace::on_failure: response failed classification=Status code: 500 Internal Server Error latency=0 ms
2023-11-19T12:57:24.785606Z ERROR icx_proxy_dev::proxy::agent: Unable to read body: Failed to read body: “error reading a body from connection: end of file before message length reached”
2023-11-19T12:57:24.785646Z ERROR tower_http::trace::on_failure: response failed classification=Status code: 500 Internal Server Error latency=14722 ms
2023-11-19T12:57:24.785972Z ERROR icx_proxy_dev::proxy::agent: Unable to read body: Failed to read body: “error reading a body from connection: end of file before message length reached”
2023-11-19T12:57:24.785991Z ERROR tower_http::trace::on_failure: response failed classification=Status code: 500 Internal Server Error latency=68075 ms
2023-11-19T12:57:24.786502Z ERROR icx_proxy_dev::proxy::agent: Unable to read body: Failed to read body: “error reading a body from connection: end of file before message length reached”
2023-11-19T12:57:24.787030Z ERROR tower_http::trace::on_failure: response failed classification=Status code: 500 Internal Server Error latency=1 ms
2023-11-19T12:57:24.787116Z ERROR icx_proxy_dev::proxy::agent: Unable to read body: Failed to read body: “error reading a body from connection: end of file before message length reached”
2023-11-19T12:57:24.787130Z ERROR tower_http::trace::on_failure: response failed classification=Status code: 500 Internal Server Error latency=67990 ms
2023-11-19T12:57:24.786561Z ERROR icx_proxy_dev::proxy::agent: Unable to read body: Failed to read body: “error reading a body from connection: end of file before message length reached”
2023-11-19T12:57:24.787173Z ERROR tower_http::trace::on_failure: response failed classification=Status code: 500 Internal Server Error latency=1 ms
2023-11-19T12:57:24.786720Z ERROR icx_proxy_dev::proxy::agent: Unable to read body: Failed to read body: “error reading a body from connection: end of file before message length reached”
2023-11-19T12:57:24.787348Z ERROR tower_http::trace::on_failure: response failed classification=Status code: 500 Internal Server Error latency=68165 ms
2023-11-19T12:57:24.787515Z ERROR icx_proxy_dev::proxy::agent: Unable to read body: Failed to read body: “error reading a body from connection: end of file before message length reached”
2023-11-19T12:57:24.787529Z ERROR tower_http::trace::on_failure: response failed classification=Status code: 500 Internal Server Error latency=0 ms
2023-11-19 12:58:17.104856 UTC: [Canister qhbym-qaaaa-aaaaa-aaafq-cai] Indexed: 0 waiting : 60s
2023-11-19T12:58:23.250661Z ERROR tower_http::trace::on_failure: response failed classification=Status code: 500 Internal Server Error latency=89 ms
What’s that new error and why it is thrown?