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
The most odd part about this is the exact same config works fine in other environments. Oura was installed from release binaries and works fine if the source.intersect argument is removed from the config.
The text was updated successfully, but these errors were encountered:
Another interesting behaviour I've observed is, when I created a cursor file put a specific absolute slot, block hash in there I want to sync from and started the oura indexer with metrics, works perfectly fine on my local dev machine (ubuntu)
When I deploy the same setup on my AWS lightsail instance (also ubuntu), its not doing anything and the metric is stuck on:
# HELP chain_tip the last detected tip of the chain (height)
# TYPE chain_tip gauge
chain_tip 0
# HELP rollback_count number of rollback events occurred
# TYPE rollback_count counter
rollback_count 0
# HELP sink_current_slot last slot processed by the sink of the pipeline
# TYPE sink_current_slot gauge
sink_current_slot 0
# HELP sink_event_count number of events processed by the sink of the pipeline
# TYPE sink_event_count counter
sink_event_count 0
# HELP source_current_height last height (block #) processed by the source of the pipeline
# TYPE source_current_height gauge
source_current_height 0
# HELP source_current_slot last slot processed by the source of the pipeline
# TYPE source_current_slot gauge
source_current_slot 0
# HELP source_event_count number of events processed by the source of the pipeline
# TYPE source_event_count counter
source_event_count 0
I'm getting the following error when adding a source.intersect value to my config.toml
ERROR: invalid type: sequence, expected unit variant IntersectArg::Origin
Command:
oura daemon --config nfts.toml
Oura Version:
Config:
The most odd part about this is the exact same config works fine in other environments. Oura was installed from release binaries and works fine if the
source.intersect
argument is removed from the config.The text was updated successfully, but these errors were encountered: