electrs runs for about 5-10 seconds, then fails at fetching blocks with the following stack trace
DEBUG fetch block 5708/5716 0.00%
DEBUG fetch block 5709/5716 0.00%
DEBUG fetch block 5710/5716 0.00%
DEBUG fetch block 5711/5716 0.00%
DEBUG fetch block 5712/5716 0.00%
DEBUG fetch block 5713/5716 0.00%
DEBUG fetch block 5714/5716 0.00%
DEBUG fetch block 5715/5716 0.00%
DEBUG fetch block 5716/5716 0.01%
TRACE fetched 5716 blocks
thread 'main' (7608) panicked at src/new_index/schema.rs:513:76:
called `Result::unwrap()` on an `Err` value: Error(Msg("missing txo b28e64f814d437ee98ec07df0f45a2a284053ccd1511cbc94948f6d9817b7f01:0"), State { next_error: None, backtrace: InternalBacktrace { backtrace: Some( 0: error_chain::backtrace::imp::InternalBacktrace::new
1: electrs::new_index::schema::lookup_txos
2: electrs::new_index::schema::Indexer::_index
3: electrs::new_index::fetch::Fetcher<T>::map
4: electrs::new_index::schema::Indexer::update
5: electrs::main
6: std::sys::backtrace::__rust_begin_short_backtrace
7: main
8: <unknown>
9: __libc_start_main
10: _start
) } })
stack backtrace:
0: 0x55af8e3e5692 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h718e2d17a1928e63
1: 0x55af8e2599ef - core::fmt::write::h1d2246b072ea91eb
2: 0x55af8e3e51cf - std::io::Write::write_fmt::haf55272405c09d9b
3: 0x55af8e3e54d3 - std::sys::backtrace::BacktraceLock::print::h61c3bd81a9458a03
4: 0x55af8e3e4b57 - std::panicking::panic_with_hook::h43adc00fd0e494cb
5: 0x55af8e40dd98 - std::panicking::panic_handler::{{closure}}::h44391079756da3e7
6: 0x55af8e40dcf9 - std::sys::backtrace::__rust_end_short_backtrace::h934e1568393e5b8f
7: 0x55af8e40dcec - __rustc[d9b87f19e823c0ef]::rust_begin_unwind
8: 0x55af8e25aa0f - core::panicking::panic_fmt::h62031895f6e012da
9: 0x55af8e2659d5 - core::result::unwrap_failed::h8e46864fd8bf13c6
10: 0x55af8e370cc7 - electrs::new_index::schema::Indexer::_index::h5c7a100f339a5607
11: 0x55af8e3737bd - electrs::new_index::fetch::Fetcher<T>::map::h4596a8674c615a25
12: 0x55af8e36b35d - electrs::new_index::schema::Indexer::update::h14d6af2c8b131f9f
13: 0x55af8e1de933 - electrs::main::h8109613d13168e64
14: 0x55af8e1d6b33 - std::sys::backtrace::__rust_begin_short_backtrace::had420f25322ac4ca
15: 0x55af8e1e2dc1 - main
16: 0x7fdc20145ca8 - <unknown>
17: 0x7fdc20145d65 - __libc_start_main
18: 0x55af8e1d65e1 - _start
19: 0x0 - <unknown>
Aborted
running bitcoin-cli getrawtransaction b28e64f814d437ee98ec07df0f45a2a284053ccd1511cbc94948f6d9817b7f01 1 accurately returns the transaction
kinda loosing my mind over this cause I can't seem to find the root cause of this error
electrs runs for about 5-10 seconds, then fails at fetching blocks with the following stack trace
running
bitcoin-cli getrawtransaction b28e64f814d437ee98ec07df0f45a2a284053ccd1511cbc94948f6d9817b7f01 1accurately returns the transactionkinda loosing my mind over this cause I can't seem to find the root cause of this error