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
Answered
Errors: func/fift executables are not found when installing toncli on Windows/Ubuntu Subsystem

When I try to install toncli using Windows I see:

(venv) PS C:\Users\Maxim\Desktop\ton\ton-win64-binarie> toncli
INFO: 🥰 First time run - i'll create config folder 4you and save some stuff there
INFO: 🤖 Check all executables are installed...
INFO: Adding path to executable func success!
ERROR: Command '['C:\\Users\\Maxim\\Desktop\\ton\\ton-win64-binarie\\fift.exe', '-V']' returned non-zero exit status 3221225501.
WARNING: 🤖 Can't find executable for fift, please specify it, e.g.: /usr/bin/fift
Path:

I tried installing it through the ubuntu subsystem, but there is a similar problem:

maxim@DESKTOP:/mnt/c/Users/Maxim/Downloads/ton-binaries$ toncli
INFO: 🥰 First time run - i'll create config folder 4you and save some stuff there
INFO: 🤖 Check all executables are installed...
/mnt/c/Users/Maxim/Downloads/ton-binaries/func: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
ERROR: Command '['/mnt/c/Users/Maxim/Downloads/ton-binaries/func', '-V']' returned non-zero exit status 127.
WARNING: 🤖 Can't find executable for func, please specify it, e.g.: /usr/bin/func
Path:

I followed the instructions from github.com/disintar/toncli/blob/master/INSTALLATION.md

What might be the source of the error?

  
  

You should pass the absolute path to the requested files, in your case will be something like:
/mnt/c/Users/Maxim/Downloads/ton-binaries/func

Mentasuave01   one year ago Report
Votes Newest

Answers


Toncli asks you to enter the path to executables.

  
  
Posted one year ago
Daniil Sedov
219 × 6 Administrator
18K Views
1 Answer
one year ago
one year ago
Tags