Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i tried to get the all the transactions api.get_all_transactions() by using this. it gives error like this. #88

Open
kalkite opened this issue Dec 10, 2020 · 0 comments

Comments

@kalkite
Copy link

kalkite commented Dec 10, 2020

EmptyResponse Traceback (most recent call last)
in ()
----> 1 trans = api.get_all_transactions()

/export/home/rkalak/.local/lib/python3.6/site-packages/etherscan/accounts.py in get_all_transactions(self, offset, sort, internal)
90 while True:
91 self.build_url()
---> 92 req = self.connect()
93 if "No transactions found" in req['message']:
94 print(

/export/home/rkalak/.local/lib/python3.6/site-packages/etherscan/client.py in connect(self)
121 return data
122 else:
--> 123 raise EmptyResponse(data.get('message', 'no message'))
124 raise BadRequest(
125 "Problem with connection, status code: %s" % req.status_code)

EmptyResponse: <Err: Result window is too large, PageNo x Offset size must be less than or equal to 10000>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant