-
Notifications
You must be signed in to change notification settings - Fork 125
Can't use method get_account_data #178
Comments
Hey @shinraki sorry you're running into this issue. Couple of thoughts:
Let me know if you are able to make any progress on this. If not, I will try reaching out to some of the IRI maintainers to see if they have any other suggestions. |
Hey @todofixthis Thank you for your answer! I forgot to say that I'm using testnet. I got context. It says 'Transaction 1 has invalid signature (using 2 fragments).' Also now I can get bundle hash. |
Hmm... that's curious; invalid signature. Could you post a link to the bundle on a Tangle explorer? I'm curious to see what happened. In the meantime, I think you might be best off fetching the transactions manually. Have a look at the If you want to get the bundles, you can use the |
I used the methods described by you and now I can receive incoming transactions and bundles from seed. But I used the method If I understand this correctly. Please correct me if I'm wrong. How can I get the seed balance by ignoring the method |
Interesting. There's only 1 input transaction in that bundle; most of the time there are 2 transactions per input (depends on the security level of the address, but it defaults to 2). To get the account balance, you can use |
Thank you very much for your recommendations! I hope in the future I will be able to safely use the method |
Best of luck mate! Sorry for the trouble; I've logged #179 to propose a way to prevent this issue in the future. |
Hi everybody. I mistakenly tried to send more tokens than it was on the address and now I can't check the balance by calling of get_account_data method
I get the message
How can I solve the problem?
The text was updated successfully, but these errors were encountered: