mytonctrl icon indicating copy to clipboard operation
mytonctrl copied to clipboard

issue for install mytonctrl

Open kugimiya530 opened this issue 1 year ago • 1 comments

I am install by https://docs.ton.org/participate/run-nodes/full-node

system is ubuntu20.04

wget https://raw.githubusercontent.com/ton-blockchain/mytonctrl/master/scripts/install.sh sudo bash install.sh

until here , everything work fine

but after bash mytonctrl

the log below seems like have some problem

anyone help?

[info] 09.09.2024, 04:05:13.121 (UTC) <MainThread> Start program /root/Desktop/mytonctrl.py Welcome to the console. Enter 'help' to display the help menu. [debug] 09.09.2024, 04:05:13.303 (UTC) <MainThread> start GetValidatorStatus function [warning] 09.09.2024, 04:05:13.310 (UTC) <MainThread> GetValidatorStatus warning: int() argument must be a string, a bytes-like object or a number, not 'NoneType'

Node is out of sync. The displayed status is incomplete.

MyTonCtrl> status [debug] 09.09.2024, 04:05:15.297 (UTC) <MainThread> start GetValidatorWallet function [debug] 09.09.2024, 04:05:15.297 (UTC) <MainThread> start GetLocalWallet function [debug] 09.09.2024, 04:05:15.297 (UTC) <MainThread> start GetWalletFromFile function [debug] 09.09.2024, 04:05:15.298 (UTC) <MainThread> start WalletVersion2Wallet function [debug] 09.09.2024, 04:05:15.298 (UTC) <MainThread> start GetDbSize function Error: 'NoneType' object has no attribute 'items'

kugimiya530 avatar Sep 09 '24 04:09 kugimiya530