ore-cli icon indicating copy to clipboard operation
ore-cli copied to clipboard

Max retries at attempt 4

Open giga89 opened this issue 1 year ago • 5 comments

Attempt: 4 4BtVbgZSuhAse9TEvKC9ihVZ7J9cZ1Va2SMiQaSobjgmz2pTm4K9uf8v7hQi5h9tuMgNhFQAcHcv2oTGUe2TS4Cp Confirms: [None, None, None, None, None] Confirms: [None, None, None, None, None] Confirms: [None, None, None, None, None] Confirms: [None, None, None, None, None] Transaction did not land thread 'main' panicked at /home/giga/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ore-cli-0.4.2/src/register.rs:27:14: Transaction failed: Error { request: None, kind: Custom("Max retries") }

Ever :)

giga89 avatar Apr 04 '24 17:04 giga89

got the same issue

icex avatar Apr 05 '24 12:04 icex

@giga89 Yeah because it surpasses the MAX_RETRIES set, so the program ends. You should run it in a sh script allowing to re-trigger the run once it drops. Another option is to update CONFIRM_RETRIES which is currently 4, to a higher value

Neverland0xy avatar Apr 06 '24 09:04 Neverland0xy

@giga89 Yeah because it surpasses the MAX_RETRIES set, so the program ends. You should run it in a sh script allowing to re-trigger the run once it drops. Another option is to update CONFIRM_RETRIES which is currently 4, to a higher value

bro, how to modify CONFIRM_RETRIES ?

yjshi2015 avatar Apr 07 '24 23:04 yjshi2015

now i was done by loop ,but it's the same problem....

yjshi2015 avatar Apr 07 '24 23:04 yjshi2015

same problem

bashar1988 avatar Apr 09 '24 06:04 bashar1988