Summary
Streamlit prompts me with HTTP request sent; waiting for response.
while trying to run any app.
Today I did reboot my router (not sure it’s related). When I try to run any app (even streamlit hello) I’m only prompted with the above.
I also tried to start to start a simple HTTP server:
python -m http.server [port]
Which correctly starts and I’m able to curl localhost.
Debug info
- Streamlit version: 1.21.0
- Python version: 3.10.9
- Using conda
- OS version: using WSL2 on Windows 10