SpeedK
SpeedK
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...
 This problem randomly appears during calls to i18n.t Examples of where it happens context.i18n.t('info') context.i18n.t('welcome',{username:username}) What could be the problem?