microbin icon indicating copy to clipboard operation
microbin copied to clipboard

Container go down after some curl request

Open Monirzadeh opened this issue 1 year ago • 0 comments

After send request with curl every 15 second, I get this error and server get down after that

thread 'actix-rt|system:0|arbiter:0' panicked at 'called `Result::unwrap()` on an `Err` value: Utf8Error { valid_up_to: 2697, error_len: None }', src/endpoints/create.rs:93:69
note: run with `RUST_BACKTRACE=1` environment variable to display a backtracethread 'actix-rt|system:0|arbiter:0' panicked at 'called `Result::unwrap()` on an `Err` value: Utf8Error { valid_up_to: 2697, error_len: None }', src/endpoints/create.rs:93:69
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

I should restart container, any idea to solve the problem?

Monirzadeh avatar Aug 31 '22 20:08 Monirzadeh