freeton_wallet icon indicating copy to clipboard operation
freeton_wallet copied to clipboard

Failing to parse ABI

Open arozovyk opened this issue 2 years ago • 1 comments

Freshly installed ft having

tonos_cli 0.22.28
COMMIT_ID: f4e39699570e00a1863d27e27e284f8b38e9deb8
BUILD_DATE: 2021-11-10 12:26:01 +0100
COMMIT_DATE: 2021-11-10 00:04:07 +0300
GIT_BRANCH: master

tvm_linker v0.13.86
BUILD_GIT_COMMIT: d150d77566e5fa5cd5335fd7d6ab95150ba9f5cf
BUILD_GIT_DATE:   2021-11-10 00:04:24 +0300
BUILD_TIME:       2021-11-10 12:26:58 +0100

solc, the solidity compiler commandline interface
Version: 0.51.0+commit.6fbe04e4.mod.Darwin.appleclang

After following the steps from use-cases.html#experiment-with-hellodebot, the last step

 ft client -- debot fetch %{account:address:my-first-debot}

fails with following error :

Connecting to http://0.0.0.0:7081
Error: failed to parse abi: invalid type: integer `7`, expected struct AbiContract at line 1 column 1
Error: 1
Fatal error: Command '/Users/artemiyrozovyk/.ft/bin/tonos-cli --config 
/Users/artemiyrozovyk/.ft/sandbox1/tonos-cli.config debot fetch 
0:e66a9fe791758c1b9c7c30467bdb28a55041ba7e9a3d0a693d2d5ec4211ff789' exited with error code 1

arozovyk avatar Nov 10 '21 11:11 arozovyk