Unanswered
Error while mytonctrl install
Hi. I have Ubuntu 20.04
wget https://raw.githubusercontent.com/ton-blockchain/mytonctrl/master/scripts/install.sh
- oksudo bash install.sh -m lite
- [6/6] TON software installation complete
~$ mytonctrl
:
Traceback (most recent call last):
File "/usr/src/mytonctrl/mytonctrl.py", line 1216, in <module>
console.Run()
File "/usr/src/mytonctrl/mypyconsole/mypyconsole.py", line 97, in Run
self.startFunction()
File "/usr/src/mytonctrl/mytonctrl.py", line 106, in PreUp
check_vport()
File "/usr/src/mytonctrl/mytonctrl.py", line 122, in check_vport
vconfig = ton.GetValidatorConfig()
File "/usr/src/mytonctrl/mytoncore.py", line 1929, in GetValidatorConfig
result = self.validatorConsole.Run("getconfig")
File "/usr/src/mytonctrl/mytoncore.py", line 66, in Run
raise Exception("ValidatorConsole error: Validator console is not settings")
Exception: ValidatorConsole error: Validator console is not settings
What should i do now?
12K Views
0
Answers
one year ago
one year ago
I have the same issue.
Is there anyone can help with this ?