Replies: 1 comment
-
It was the fault of the RPC provider. Closing discussions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Environment
Mainnet
Acknowledgement
Issue Description
For the past two days, I have been unable to send any transaction through the Python SDK.
Each
send_raw_transaction
method call ends with the following error{'code': 0, 'message': "we can't execute this request"}
even in the case of simple eth transfer - https://era.zksync.io/docs/api/python/getting-started.html#transfer-eth
Nothing has changed in my code, however, it has stopped working for about two days. Maybe the recent changes (#87) have something to do with it?
Expected Behavior
sending transaction without error
Code Example
example from documentation:
https://era.zksync.io/docs/api/python/getting-started.html#transfer-eth
Repo Link (Optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions