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
web3.exceptions.BadResponseFormat: The response was in an unexpected format and unable to be parsed. "id" must be an integer or a string representation of an integer. The raw response is: {'jsonrpc': '2.0', 'id': 'fb9bef5f7a5d40029924a3e72f65fa26', 'result': '0x1'}
I'm not sure if this issue affects only on newer versions of web3. I've tested with another RPC provider using web3==7.2.0, but the issue persists.
Steps to reproduce:
Define
evm_node
datasource:Use
w3
inside handler:Interact with
w3
.What did you expect to happen:
Request doesn't return error.
What actually happened:
Request return error:
I'm not sure if this issue affects only on newer versions of
web3
. I've tested with another RPC provider usingweb3==7.2.0
, but the issue persists.dipdup/src/dipdup/datasources/__init__.py
Line 179 in 50291a7
Environment
next
? n/aThe text was updated successfully, but these errors were encountered: