-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
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
issue for install mytonctrl #356
Comments
by the way , i also create a non-root user to run it too
|
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) 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) start GetValidatorStatus function
[warning] 09.09.2024, 04:05:13.310 (UTC) 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) start GetValidatorWallet function
[debug] 09.09.2024, 04:05:15.297 (UTC) start GetLocalWallet function
[debug] 09.09.2024, 04:05:15.297 (UTC) start GetWalletFromFile function
[debug] 09.09.2024, 04:05:15.298 (UTC) start WalletVersion2Wallet function
[debug] 09.09.2024, 04:05:15.298 (UTC) start GetDbSize function
Error: 'NoneType' object has no attribute 'items'
The text was updated successfully, but these errors were encountered: