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
File "test.py", line 121, in <module>
parse_function(
File "test.py", line 117, in parse_function
result = decoder.decode_function(input)
File "/Users/sarinregmi/.pyenv/versions/3.8.14/lib/python3.8/site-packages/web3_input_decoder/decoder.py", line 35, in decode_function
values = decode(types, args)
File "/Users/sarinregmi/.pyenv/versions/3.8.14/lib/python3.8/site-packages/eth_abi/codec.py", line 208, in decode
decoders = [self._registry.get_decoder(type_str) for type_str in types]
File "/Users/sarinregmi/.pyenv/versions/3.8.14/lib/python3.8/site-packages/eth_abi/codec.py", line 208, in <listcomp>
decoders = [self._registry.get_decoder(type_str) for type_str in types]
File "/Users/sarinregmi/.pyenv/versions/3.8.14/lib/python3.8/site-packages/eth_abi/registry.py", line 488, in get_decoder
return self._get_registration(self._decoders, type_str)
File "/Users/sarinregmi/.pyenv/versions/3.8.14/lib/python3.8/site-packages/eth_abi/registry.py", line 370, in _get_registration
return coder.from_type_str(type_str, self)
File "/Users/sarinregmi/.pyenv/versions/3.8.14/lib/python3.8/site-packages/eth_abi/base.py", line 74, in new_from_type_str
return old_from_type_str(cls, abi_type, registry)
File "/Users/sarinregmi/.pyenv/versions/3.8.14/lib/python3.8/site-packages/eth_abi/decoding.py", line 233, in from_type_str
item_decoder = registry.get_decoder(abi_type.item_type.to_type_str())
File "/Users/sarinregmi/.pyenv/versions/3.8.14/lib/python3.8/site-packages/eth_abi/registry.py", line 488, in get_decoder
return self._get_registration(self._decoders, type_str)
File "/Users/sarinregmi/.pyenv/versions/3.8.14/lib/python3.8/site-packages/eth_abi/registry.py", line 367, in _get_registration
coder = super()._get_registration(mapping, type_str)
File "/Users/sarinregmi/.pyenv/versions/3.8.14/lib/python3.8/site-packages/eth_abi/registry.py", line 349, in _get_registration
value = mapping.find(type_str)
File "/Users/sarinregmi/.pyenv/versions/3.8.14/lib/python3.8/site-packages/eth_abi/registry.py", line 94, in find
raise NoEntriesFound(
eth_abi.exceptions.NoEntriesFound: No matching entries for 'tuple' in decoder registry
The text was updated successfully, but these errors were encountered:
I am trying to use the decoder, but it fails with the exception as follows.
Maybe this can help ethereum/web3.py#2211
ABI is here https://goerli.etherscan.io/address/0xADF688869E47D404af9aaD295e09Efa06bbAD593#code
The text was updated successfully, but these errors were encountered: