Streamlit Deployment Error: health of the Streamlit app

I am trying to deploy search_to_graph/Lit2KG.py at main · wumirose/search_to_graph · GitHub. Unfortunately, I am getting an error: :exclamation: The service has encountered an error while checking the health of the Streamlit app: Get “http://localhost:8501/healthz”: EOF.

I have been on this for days and tried every suggestion I read here but none seem to work in my case. Please help!

Hey @rosey,

Can you share the link to your deployed app?

I am trying to deploy the app but the error would not let me. The files are published here search_to_graph/Lit2KG.py at main · wumirose/search_to_graph · GitHub on GitHub. The codes are running perfectly locally but throwing errors whenever I attempt to deploy.

I am so frustrated right now and do not want this added to my list of uncompleted projects. Please help me!

The link to your app would be of the form <your subdomain>.streamlit.app

It would also help to know what the log says. If you navigate to your app on streamlit.app, click in the bottom right corner to open the logs so you can share what kind of error is happening specifically if you can get to it. You can also reboot your app from the admin panel by clicking on the three dots next to your app and choosing ‘reboot’.

Thanks for pointing it out. here is the link https://wumirose-search-to-graph-lit2kg-yixv23.streamlit.app/.

The errors shown is:

[21:06:00] ❗️ The service has encountered an error while checking the health of the Streamlit app: Get "http://localhost:8501/healthz": read tcp 10.13.28.45:37810->10.13.28.45:8501: read: connection reset by peer
[21:07:33] ❗️ Streamlit server consistently failed status checks
[21:07:33] ❗️ Please fix the errors, push an update to the git repo, or reboot the app.

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