Scott Simpson
Scott Simpson
> can you uncheck this and try?  Hey, just tried this - different error: ``` Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/gradio/routes.py", line 247,...
Workaround for this is to remove the `ws_url` from the node datasource config. It works OK with just the rpc URL configured.
Correct, some don't expose it. In my tests, I used Alchemy which does provide WS endpoints and found that I couldn't get any events to fire in real-time mode. Dipdup...
Confirming I'm impacted by this too. My workaround is to batch backfills into smaller chunks which is extremely time consuming.
> I installed Multicall 0.7.7 (latest) ignoring dependencies with web3py 6.9.0 (latest) and it seems to run just fine. This might be as simple as updating the allowed web3py versions...