input-output-hk / catalyst-core

⚙️ Core Catalyst Governance Engine and utilities.

Home Page:https://input-output-hk.github.io/catalyst-core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snapshot merging is failing

jmgilman opened this issue · comments

{"timestamp": 1701275590.188551, "level": "INFO", "message": "Merging snapshot output files", "source": "/usr/local/lib/python3.11/site-packages/ideascale_importer/snapshot_importer.py:504", "extra": {"network_ids": "testnet,mainnet"}}
{"timestamp": 1701275595.097948, "level": "ERROR", "message": "ERROR: 1 validation error for SnapshotProcessedEntry\n  Input should be a valid dictionary or instance of SnapshotProcessedEntry [type=model_type, input_value='config', input_type=str]\n    For further information visit https://errors.pydantic.dev/2.1/v/model_type", "source": "/usr/local/lib/python3.11/site-packages/ideascale_importer/snapshot_importer.py:541", "extra": {}}
{"timestamp": 1701275595.098341, "level": "ERROR", "message": "ERROR: 1 validation error for SnapshotProcessedEntry\n  Input should be a valid dictionary or instance of SnapshotProcessedEntry [type=model_type, input_value='config', input_type=str]\n    For further information visit https://errors.pydantic.dev/2.1/v/model_type", "source": "/usr/local/lib/python3.11/site-packages/ideascale_importer/snapshot_importer.py:541", "extra": {}}

The voting node is unable to complete the snapshot merging step. This is possibly related to the changes @stevenj made.