toncli icon indicating copy to clipboard operation
toncli copied to clipboard

toncli deploy -n testnet -wc 0 Error

Open IcarusRyy opened this issue 2 years ago • 2 comments

PS D:\demo\TonDemo-next\wallet> toncli deploy -n testnet -wc 0 INFO: 🚀 You want to interact with your contracts ['contract'] in testnet - that's great! Traceback (most recent call last): File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in run_code exec(code, run_globals) File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\Scripts\toncli.exe_main.py", line 7, in File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\site-packages\toncli\main.py", line 60, in main CommandsExecuter(command, string_kwargs, parser) File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\site-packages\toncli\modules\utils\commands\commands_executer.py", line 40, in init self.command_mappercommand File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\site-packages\toncli\modules\utils\commands\commands_executer.py", line 71, in deploy_command return DeployCommand(self.string_kwargs, self.parser) File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\site-packages\toncli\modules\utils\commands\command_classes\deploy_command.py", line 12, in init deployer = ContractDeployer(network=args.net, update_config=args.update, File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\site-packages\toncli\modules\deploy_contract.py", line 43, in init self.deploy_contract = DeployWalletContract(network, workchain) File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\site-packages\toncli\modules\deploy_wallet_contract.py", line 68, in init self.addresses = self.get_address() File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\site-packages\toncli\modules\abstract\deployer.py", line 126, in get_address raise ValueError(f"😥 No address_text found in {contract.address}") ValueError: 😥 No address_text found in C:\Users\计算机\AppData\Local\toncli\toncli\wallet/build/contract_address

IcarusRyy avatar May 21 '22 01:05 IcarusRyy

Maybe it's because wrong testnet config file Here is a new one - https://ton-blockchain.github.io/testnet-global.config.json

KuznetsovNikita avatar May 29 '22 13:05 KuznetsovNikita

I'm using MacOS Monterey. Fixed this issue by adding fift libs directory content from ton/crypto/fift/lib to toncli/src/toncli/modules/fift

nickerlan avatar Aug 09 '22 09:08 nickerlan