Streamlit hangs while trying to run any app

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

Hey @alessandrolamberti,

Are you using streamlit run <file_name> to run your app? Is the HTTP request sent; waiting for response. message showing in your terminal or in the browser when you try to run the app?

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