Server closing by itself from terminal

D:\KDU\Degree\FYP\SMART CCTV\streamlit>streamlit run website.py

You can now view your Streamlit app in your browser.

Local URL: http://localhost:8501
Network URL: http://192.168.1.100:8501

D:\KDU\Degree\FYP\SMART CCTV\streamlit>

can anyone help why my streamlit server is closing automatically by itself and I have the latest version of the streamlit

Hey @Umendran_Muniandy,

Thanks for sharing this question!

A few follow-up questions:

  • How long is the app usually running before it closes?
  • Are you interacting with the app before it closes?
  • Is the browser still open when the Streamlit app app stops running?
  • Can you also share a code snippet so we can try to reproduce this behavior?

A screen recording of this behavior would also be super helpful

Hey Caroline

Thank for replying back to my problem but I have already fixed the issue for this due the bug in my code where one of the authenticator wasn’t working but thank you for taking your time to help me with my problem.

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