ton icon indicating copy to clipboard operation
ton copied to clipboard

lite-client stucks on obtaining bytes for block

Open sweeeeetch opened this issue 4 months ago • 0 comments

Describe the issue

when starting lite-client with/without any command, it is getting stuck on obtaining bytes from block:

> lite-client -C mainnet.json
[ 2][t 0][2024-10-24 12:37:03.587338309][terminal.cpp:102][!terminal io]	disabling readline
using liteserver 11 with addr [188.68.216.239:19925]
zerostate set to -1:17A3A92992AABEA785A7A090985A265CD31F323D849DA51239737E321FB05569:5E994FCF4D425C0A6CE6A792594B7173205F740A39CD56F537DEFD28B48A0F6E
[ 1][t 1][2024-10-24 12:37:03.592901146][lite-client.h:368][!testnode]	conn ready
[ 2][t 1][2024-10-24 12:37:03.594898140][lite-client.cpp:364][!testnode]	server version is 1.1, capabilities 7
[ 3][t 1][2024-10-24 12:37:03.595364257][lite-client.cpp:373][!testnode]	server time is 1729773423 (delta 0)
[ 3][t 1][2024-10-24 12:37:03.597253550][lite-client.cpp:412][!testnode]	last masterchain block is (-1,8000000000000000,41368120):70ADEDC73F0197DD0A25CD0342AB4D142222E1E7049BAE68EB93ECAF0D117742:77D7BF2C1E5E03549DD156117D0C3359E1B8FA21AC92184EF35BC473969A9E84
[ 3][t 1][2024-10-24 12:37:03.597973495][lite-client.cpp:373][!testnode]	server time is 1729773423 (delta 0)
latest masterchain block known to server is (-1,8000000000000000,41368120):70ADEDC73F0197DD0A25CD0342AB4D142222E1E7049BAE68EB93ECAF0D117742:77D7BF2C1E5E03549DD156117D0C3359E1B8FA21AC92184EF35BC473969A9E84 created at 1729773402 (21 seconds ago)
BLK#1 = (-1,8000000000000000,41368120):70ADEDC73F0197DD0A25CD0342AB4D142222E1E7049BAE68EB93ECAF0D117742:77D7BF2C1E5E03549DD156117D0C3359E1B8FA21AC92184EF35BC473969A9E84
BLK#2 = (-1,8000000000000000,0):17A3A92992AABEA785A7A090985A265CD31F323D849DA51239737E321FB05569:5E994FCF4D425C0A6CE6A792594B7173205F740A39CD56F537DEFD28B48A0F6E
[ 3][t 1][2024-10-24 12:37:03.704559830][lite-client.cpp:483][!testnode]	obtained block (-1,8000000000000000,41368120):70ADEDC73F0197DD0A25CD0342AB4D142222E1E7049BAE68EB93ECAF0D117742:77D7BF2C1E5E03549DD156117D0C3359E1B8FA21AC92184EF35BC473969A9E84 from server
[ 3][t 1][2024-10-24 12:37:03.705118798][lite-client.cpp:521][!testnode]	obtained 10907 data bytes for block (-1,8000000000000000,41368120):70ADEDC73F0197DD0A25CD0342AB4D142222E1E7049BAE68EB93ECAF0D117742:77D7BF2C1E5E03549DD156117D0C3359E1B8FA21AC92184EF35BC473969A9E84

mainnet config used: https://ton-blockchain.github.io/global.config.json

What behavior did you expect?

successfully start lite-client

What was the actual behavior?

lite-client getting stuck on obtaining block

How reliably can you reproduce the issue, what are the steps to do so?

lite-client -C mainnet.json

What version of TON are you using, where did you get it (github actions, self-compiled, etc)?

lite-client from this page, this version: lite-client build information: [ Commit: 2ee362d8b39dc8e442b715fc04807c789d5d5f18, Date: 2024-09-10 20:55:18 +0300]

What type of machine are you observing the error on (OS/CPU and disk type)?

mac-os 15, windows 10, linux ubuntu 22.04

sweeeeetch avatar Oct 24 '24 12:10 sweeeeetch