D:\projects\nft\tonbooking_payment\env\Scripts\python.exe D:/projects/nft/tonbooking_payment/main.py
Traceback (most recent call last):
File "D:/projects/nft/tonbooking_payment/main.py", line 28, in
asyncio.run(main())
File "C:\Users\shily\AppData\Local\Programs\Python\Python38\lib\asyncio\runners.py", line 44, in run
return loop.run_until_complete(main)
File "C:\Users\shily\AppData\Local\Programs\Python\Python38\lib\asyncio\base_events.py", line 616, in run_until_complete
return future.result()
File "D:/projects/nft/tonbooking_payment/main.py", line 18, in main
await client.init()
File "D:\projects\nft\tonbooking_payment\env\lib\site-packages\pytonlib\client.py", line 61, in init
wrapper = TonLib(self.loop, self.ls_index, self.cdll_path, self.verbosity_level)
File "D:\projects\nft\tonbooking_payment\env\lib\site-packages\pytonlib\tonlibjson.py", line 81, in init
tonlib = CDLL(cdll_path)
File "C:\Users\shily\AppData\Local\Programs\Python\Python38\lib\ctypes\__init__.py", line 373, in init
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\projects\nft\tonbooking_payment\env\lib\site-packages\pytonlib\distlib\windows\tonlibjson.amd64.dll' (or one of its dependencies). Try using the full path with constructor syntax.
Exception in tonlibjson.del: Traceback (most recent call last):
File "D:\projects\nft\tonbooking_payment\env\lib\site-packages\pytonlib\tonlibjson.py", line 133, in del
self._tonlib_json_client_destroy(self._client)
AttributeError: 'TonLib' object has no attribute '_tonlib_json_client_destroy'
Exception ignored in:
Traceback (most recent call last):
File "D:\projects\nft\tonbooking_payment\env\lib\site-packages\pytonlib\tonlibjson.py", line 136, in del
RuntimeError: Error in tonlibjson.del: 'TonLib' object has no attribute '_tonlib_json_client_destroy'
Process finished with exit code 1
asyncio.run(main())
File "C:\Users\shily\AppData\Local\Programs\Python\Python38\lib\asyncio\runners.py", line 44, in run
return loop.run_until_complete(main)
File "C:\Users\shily\AppData\Local\Programs\Python\Python38\lib\asyncio\base_events.py", line 616, in run_until_complete
return future.result()
File "D:/projects/nft/tonbooking_payment/main.py", line 18, in main
await client.init()
File "D:\projects\nft\tonbooking_payment\env\lib\site-packages\pytonlib\client.py", line 61, in init
wrapper = TonLib(self.loop, self.ls_index, self.cdll_path, self.verbosity_level)
File "D:\projects\nft\tonbooking_payment\env\lib\site-packages\pytonlib\tonlibjson.py", line 81, in init
tonlib = CDLL(cdll_path)
File "C:\Users\shily\AppData\Local\Programs\Python\Python38\lib\ctypes\__init__.py", line 373, in init
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\projects\nft\tonbooking_payment\env\lib\site-packages\pytonlib\distlib\windows\tonlibjson.amd64.dll' (or one of its dependencies). Try using the full path with constructor syntax.
Exception in tonlibjson.del: Traceback (most recent call last):
File "D:\projects\nft\tonbooking_payment\env\lib\site-packages\pytonlib\tonlibjson.py", line 133, in del
self._tonlib_json_client_destroy(self._client)
AttributeError: 'TonLib' object has no attribute '_tonlib_json_client_destroy'
Exception ignored in:
Traceback (most recent call last):
File "D:\projects\nft\tonbooking_payment\env\lib\site-packages\pytonlib\tonlibjson.py", line 136, in del
RuntimeError: Error in tonlibjson.del: 'TonLib' object has no attribute '_tonlib_json_client_destroy'
Process finished with exit code 1
Jun 28, 2022, 1:54 AM
Make sure that tonlib DLL is there.
tonweb/test-jetton.js at master · toncenter/tonweb · GitHub
https://github.com/toncenter/tonweb/blob/master/src/test-jetton.js
https://github.com/toncenter/tonweb/blob/master/src/test-jetton.js
Jun 28, 2022, 10:04 AM
const minter = new JettonMinter(tonweb.provider, {
adminAddress: walletAddress,
jettonContentUri: 'https://ton.org/jetton.json',
jettonWalletCodeHex: JettonWallet.codeHex
});
what is jetton content uri ?
adminAddress: walletAddress,
jettonContentUri: 'https://ton.org/jetton.json',
jettonWalletCodeHex: JettonWallet.codeHex
});
what is jetton content uri ?
Jun 28, 2022, 10:07 AM
Token Data Standard · Issue #64 · ton-blockchain/TIPs · GitHub
https://github.com/ton-blockchain/TIPs/issues/64
https://github.com/ton-blockchain/TIPs/issues/64
Jun 28, 2022, 10:18 AM
It's actually there))
Jun 28, 2022, 11:07 AM
I'm not sure, maybe you are lacking some dependency.
Jun 28, 2022, 12:25 PM