question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

more than one match found in sequence, FIXED, TODO: add more tests

See original GitHub issue

I am not able to retrieve a contract abi or call all on a contract. I have tried multiple contracts and they all seem to return the same error of “more than one match found in sequence”. Below is an example using the Dai Contract.

I’m running python version 3.9.12 on mac osx 12.5.1.

ctc abi 0x6B175474E89094C44Da98b954EedeAC495271d0F
fetching mainnet abi from etherscan: 0x6B175474E89094C44Da98b954EedeAC495271d0F
more than one match found in sequence

ctc call all 0x6B175474E89094C44Da98b954EedeAC495271d0F
fetching mainnet abi from etherscan: 0x6B175474E89094C44Da98b954EedeAC495271d0F
more than one match found in sequence

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:6

github_iconTop GitHub Comments

2reactions
brent14commented, Oct 4, 2022

@sslivkoff it works now with that update.

Thanks.

1reaction
sslivkoffcommented, Oct 4, 2022

@brent14 can you run ctc abi 0x6B175474E89094C44Da98b954EedeAC495271d0F --debug and post the stack trace

Read more comments on GitHub >

github_iconTop Results From Across the Web

c# - Entity Framework | Sequence contains more than one ...
QueryableMethods' threw an exception. ---> System.InvalidOperationException: Sequence contains more than one matching element at System.Linq.
Read more >
Test Execution - Confluence Mobile - Xray Documentation
A Test Execution is an issue type that aggregates a user-determined collection of Tests. It monitors and verifies if those Tests are working...
Read more >
Test::More - yet another framework for writing test scripts
The purpose of this module is to provide a wide range of testing utilities. Various ways to say "ok" with better diagnostics, facilities...
Read more >
How to group test cases in TestNG [with Examples]
In this tutorial, you will learn how to group test cases in TestNG along with the demonstration with relevant TestNG group examples.
Read more >
Change the task type for more accurate scheduling
To change this default setting, click File > Options > Schedule, then select a different task type in the Default Task Type list....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found