You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, i am trying to send transactions using python and tontools, using TonCenterClient and when i try to access get_wallet_seqno() for a new wallet address (or wallet with 0 outgoing tx) i get an error :
TonTools.Providers.TonCenterClient.GetMethodError: get method seqno for address "new wallet address here" exit code is -13.
i tried removing the get_wallet_seqno() and replacing seqno with 0 and it works fine, and then after the first tx the get_wallet_seqno() didn't gave any error.
The text was updated successfully, but these errors were encountered:
Hello @souravkgit A support ticket has been opened for you. Kindly Talk to Support on the Live support page so that your issue can be looked into. CLICK HERE
i have already resolved the issue, i posted this for the community knowledge, i am not sure if i did something wrong or other's also facing the same issue but i thought it might be helpful for others.
Hey, i am trying to send transactions using python and tontools, using TonCenterClient and when i try to access get_wallet_seqno() for a new wallet address (or wallet with 0 outgoing tx) i get an error :
TonTools.Providers.TonCenterClient.GetMethodError: get method seqno for address "new wallet address here" exit code is -13.
i tried removing the get_wallet_seqno() and replacing seqno with 0 and it works fine, and then after the first tx the get_wallet_seqno() didn't gave any error.
The text was updated successfully, but these errors were encountered: