Marto32/pyetherscan

TransactionsContainer or Transaction object hanging / locking

Closed this issue · 1 comments

In the Account object, if you run list(account.transactions) it seems to hang.

Same with looping over those objects.

Seems like the error is real as the API returns {"status":"0","message":"No transactions found","result":[]}. The @retry is catching this and retrying which is why it hangs. There needs to be a list of 'acceptable' errors that do not trigger a retry.