You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
today started to get this error, it worked before, i think i did not change anything ./gate.sh thread 'main' panicked at /home/adminko/.cargo/git/checkouts/drift-rs-5caec46913ba7527/709b206/crates/src/marketmap.rs:271:63: deserializes Market: Custom { kind: InvalidInput, error: "Unexpected variant index: 15" } stack backtrace: 0: rust_begin_unwind at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/std/src/panicking.rs:645:5 1: core::panicking::panic_fmt at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/panicking.rs:72:14 2: core::result::unwrap_failed at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/result.rs:1649:5 3: <tokio::future::maybe_done::MaybeDone<Fut> as core::future::future::Future>::poll 4: <core::future::poll_fn::PollFn<F> as core::future::future::Future>::poll 5: drift_gateway::main::{{closure}} 6: <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll 7: <core::pin::Pin<P> as core::future::future::Future>::poll 8: tokio::runtime::scheduler::current_thread::Context::enter 9: tokio::runtime::context::scoped::Scoped<T>::set 10: tokio::runtime::scheduler::current_thread::CurrentThread::block_on 11: tokio::runtime::runtime::Runtime::block_on 12: drift_gateway::main note: Some details are omitted, run with RUST_BACKTRACE=fullfor a verbose backtrace.
The text was updated successfully, but these errors were encountered:
today started to get this error, it worked before, i think i did not change anything
./gate.sh thread 'main' panicked at /home/adminko/.cargo/git/checkouts/drift-rs-5caec46913ba7527/709b206/crates/src/marketmap.rs:271:63: deserializes Market: Custom { kind: InvalidInput, error: "Unexpected variant index: 15" } stack backtrace: 0: rust_begin_unwind at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/std/src/panicking.rs:645:5 1: core::panicking::panic_fmt at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/panicking.rs:72:14 2: core::result::unwrap_failed at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/result.rs:1649:5 3: <tokio::future::maybe_done::MaybeDone<Fut> as core::future::future::Future>::poll 4: <core::future::poll_fn::PollFn<F> as core::future::future::Future>::poll 5: drift_gateway::main::{{closure}} 6: <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll 7: <core::pin::Pin<P> as core::future::future::Future>::poll 8: tokio::runtime::scheduler::current_thread::Context::enter 9: tokio::runtime::context::scoped::Scoped<T>::set 10: tokio::runtime::scheduler::current_thread::CurrentThread::block_on 11: tokio::runtime::runtime::Runtime::block_on 12: drift_gateway::main note: Some details are omitted, run with
RUST_BACKTRACE=fullfor a verbose backtrace.
The text was updated successfully, but these errors were encountered: