Streamlit Error: TypeError: WebSocketHandler.__init__() missing 2 required positional arguments: 'application' and 'request'

I’m running my app locally, which worked before, but today I get the error below:
TypeError: WebSocketHandler.init() missing 2 required positional arguments: ‘application’ and ‘request’
The screenshot is attached below.

Python==3.10.0
streamlit==1.36.0

Is there any update on this? I am also facing the same issue with the same python and streamlit version in Windows machine

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.