Hi, I’ve had some code that was working for over a month tracking a certain event in a contract on the Polygon Blockchain using get_logs. I was pulling events over a short time span of ~10min and this worked fine until a couple days ago(used the fromBlock to limit output to ~10 min timespan).
I’m now receiving an error:
“413 Client Error: Request Entity Too Large for url:xxxxx”
I’ve tried reducing the size of get_logs using fromBlock span to ~1 min but I’m still receiving the error. Checking to see if there’s an issue with this as it was working fine for over a month with 10 min timespan.
I’m using python with web3 library.
Thanks!
4 posts - 3 participants