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
transaction.is_success # first call
*** ValueError: Event ID 167 not found
transaction.is_success # second call
True
also other time its not giving me success response but:
transaction.is_success -> *** ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:2427)
At the same time when I'm checking the contract directly I'm 100% sure that this transaction was successful.
I would really highly appreciate your help, what I could do about that.
With best regards.
The text was updated successfully, but these errors were encountered:
I've received a suggestion from Aleph Zero team, but that is just hypothesis from their end:
Yes, there is some issue with the parity scale codec implementation I believe. Try wrapping the code in "try... except" block, and then retry, maybe it will work. But a proper fix must be done in the lib
Is there a way I could help with that ? If you need any assistance please let me know 🙏
I have a question regarding calling contracts and the
transaction
object:extrisic_hash on network explorer
calling
transaction.is_success
:At the same time when I'm checking the contract directly I'm 100% sure that this transaction was successful.
I would really highly appreciate your help, what I could do about that.
With best regards.
The text was updated successfully, but these errors were encountered: