We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERR snapshot manager not configured
Version v2.0.0-beta
4:27PM INF Added peer module=p2p peer={"Data":{},"Logger":{}} 4:27PM INF sync any module=statesync msg={} 4:27PM INF Discovered new snapshot format=2 hash="�\x13\x13�z���\u2060\x14V\x02�\x02\x1f�a\x00�D\x10�ǎ�\x12p;��" height=163400 module=statesync 4:27PM INF Discovered new snapshot format=2 hash="<E0��~��\n�\r����m7�eX|k�ꟸG�����" height=163390 module=statesync 4:27PM INF Discovered new snapshot format=2 hash="\x15���\a�;���f)\x19\x02�H�79\bPJ\\^�֨��<\x10�" height=163380 module=statesync 4:27PM INF Discovered new snapshot format=2 hash="�ܝ~�1jД~�Ŋș+�{*K�OQJ�>4A��g�" height=163370 module=statesync 4:27PM INF Discovered new snapshot format=2 hash="|�8�t�gD\x034ְ�G��=\x1f��e\x0fE�\f7�(�1U\x10" height=163360 module=statesync 4:27PM INF Discovered new snapshot format=2 hash="X�%o��\x16�f��j���6f +���ㅑ���q\t\t#" height=163350 module=statesync 4:27PM INF Discovered new snapshot format=2 hash="y\x11%�=G��\r��@|\x12�\x17N�\x0fl�[5��\fgG�u�{" height=163340 module=statesync 4:27PM INF Discovered new snapshot format=2 hash="A\t����7b\n2\n6��\x06@>ƘƯ\x1e��g\x1c.\x1c\x19B-�" height=163330 module=statesync 4:27PM INF Discovered new snapshot format=2 hash="�\"��\\\x18�G\x1c\x1f�$\rRk?DM~eURk%�΅�0�A�" height=163320 module=statesync 4:27PM INF Discovered new snapshot format=2 hash="q\x10|�\x13PX)ޮ�\a\n�'G\x1az�H��lW8��A��\x02�" height=163310 module=statesync 4:27PM INF VerifyHeader hash=00BA4DA0225F24462020EC540048185BACD01B69339FB2A1B64959D1AE5FD2F3 height=163401 module=light 4:27PM INF VerifyHeader hash=3F222D406D884122DFF7A329CEE6BF2D26CC1C2D7851604DA2C10C0A51203E70 height=163402 module=light 4:27PM INF Offering snapshot to ABCI app format=2 hash="�\x13\x13�z���\u2060\x14V\x02�\x02\x1f�a\x00�D\x10�ǎ�\x12p;��" height=163400 module=statesync 4:27PM ERR snapshot manager not configured 4:27PM ERR State sync failed err="state sync aborted" module=statesync ^C4:27PM INF service stop impl={"Logger":{}} msg={} 4:27PM INF Stopping Node
The text was updated successfully, but these errors were encountered:
FYI: cosmos/cosmos-sdk#13766
Sorry, something went wrong.
Adding >0 at app.toml make it works sed -E -i -s 's/snapshot-interval = 0/snapshot-interval = 10000/' $HOME/.bcna/config/app.toml
app.toml
sed -E -i -s 's/snapshot-interval = 0/snapshot-interval = 10000/' $HOME/.bcna/config/app.toml
StateSync as client doesn't work if server is not configured with snapshot-interval > 0 (is not active)
snapshot-interval
Merged to cosmos/cosmos-sdk@v0.46.6...v0.46.7
RaulBernal
No branches or pull requests
Version v2.0.0-beta
The text was updated successfully, but these errors were encountered: