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
When I start my oura client to sync nft mints on preprod, I am getting the following error:
[2023-06-22T22:13:02Z ERROR oura::utils::retry] max retries reached, failing whole operation
thread '' panicked at 'chainsync fails after applying max retry policy: OddLength', src/sources/n2n/setup.rs:56:18
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
thread 'main' panicked at 'error in pipeline thread: Any { .. }', src/bin/oura/daemon.rs:316:23
hi @latheesan-k, thanks for reporting. Is the behavior consistent? meaning, do you get the error every time you process that particular block?
Yes, this is consistent behaviour, but only on my lightsail instance in AWS (running Ubuntu 20.04.6 LTS).
Locally on my ubuntu desktop (running Ubuntu 22.04.2 LTS), it appears to work fine, so i am baffled what's causing the issue.
I thought there was some outgoing connection issue from the lightsail instance, so I tried a telnet to the cardano public relay and it worked fine, so that ruled out any firewall issue.
When I start my oura client to sync nft mints on
preprod
, I am getting the following error:Here is my configuration:
daemon.toml
oura.cursor
The text was updated successfully, but these errors were encountered: