Closed sbinnee closed 7 months ago
interested in this project, but same error.
thread 'tokio-runtime-worker' panicked at src/server.rs:93:14:
Failed to get max frame: InvalidColumnType(0, "MAX(id)", Null)
note: run with RUST_BACKTRACE=1
environment variable to display a backtrace
thread 'tokio-runtime-worker' panicked at src/server.rs:88:48:
called Result::unwrap()
on an Err
value: PoisonError { .. }
thread 'tokio-runtime-worker' panicked at src/server.rs:88:48:
called Result::unwrap()
on an Err
value: PoisonError { .. }
Probably has to do with first execution / empty sqlite db - taking a quick look...
Hi. I came across your project on HN a while ago. It's nice that you created rem without xcode+swift because I do not want to go through apple signing process. I really appreciate this repo.
While trying to run xrem, I met this error message. I am a noob to rust and svelte. I suspect that it failed to get a max frame from sqlite database.
I believe that it refers to
async fn get_max_frame_handler()
insrc-tauri/src/server.rs
.(Don't know if it helps) I am running