Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Unanswered
Error while mytonctrl install

Hi. I have Ubuntu 20.04

wget https://raw.githubusercontent.com/ton-blockchain/mytonctrl/master/scripts/install.sh - ok
sudo 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?

1
1
Posted 10 months ago
  
  

I have the same issue.
Is there anyone can help with this ?

Mohammad Jalili   one month ago Report
Votes Newest

Answers

11K Views
0 Answers
10 months ago
10 months ago