You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ImportError: cannot import name 'DEFAULT_WEBSOCKET_TIMEOUT' from 'web3.providers.websocket' (C:\Python310\lib\site-packages\web3\providers\websocket_init_.py)
any one know what happened?
The text was updated successfully, but these errors were encountered:
Hey @viponedream, thanks for the issue. There was only one file named websocket.py where these were exposed and this has since turned into a module / directory. We need to re-expose them. It should be addressed in PR #3077 and likely released in the next version of web3.py. Currently, the same constant is exposed via from web3.websocket.websocket import DEFAULT_WEBSOCKET_TIMEOUT.
ImportError: cannot import name 'DEFAULT_WEBSOCKET_TIMEOUT' from 'web3.providers.websocket' (C:\Python310\lib\site-packages\web3\providers\websocket_init_.py)
any one know what happened?
The text was updated successfully, but these errors were encountered: