psylopunk / pytonlib

Simple python client for The Open Network
https://pydocs.xton.me/
MIT License
93 stars 19 forks source link

nft transfer WalletInterface.cpp error #17

Open SpeedK opened 2 years ago

SpeedK commented 2 years ago

wallet.transfer(dest,money) works great

1 wallet.transfer_nft(nft,dest) gives error

2 account = await client.find_account('EQCEXDQWeqjLP4BehKzzwbuRBsxQHVwEa9j4MGunBs1Vkg_w') body = account.create_transfer_nft_body('EQCl1Ug9ZT9ZfGyFH9l4q-bqaUy6kyOzVPmrk7bivmVKJRRZ') wallet.transfer(account.address, client.to_nano(0.05), data=body.serialize_boc()) gives error too

1 and 2 generate same error: [ 0][t 2][2022-10-29 16:35:22.0590099][WalletInterface.cpp:66][!GenericSendGrams] Check 'cb.append_cellslice_bool(body)' failed

crazyministr commented 1 year ago

I have the same issue. Have you solved it ?