Any interaction makes Streamlit crashing and get the messages Streamlit server consistently failed status checks

Hi community, I get very frustrated after deploying my app, which is working perfectly in local, but crash at any interaction with the app after deploying. It may be the ram, session.state, or whatever and I can’t find what’s the problem… the log doesn’t give more information than :

:exclamation: Streamlit server consistently failed status checks
:exclamation: Please fix the errors, push an update to the git repo, or reboot the app.

Github depository : GitHub - garybouvet/movie-maniac
URL : https://movie-maniaccc.streamlit.app/

So the app is crashing when I click on a movie, when I research a movie in the st.text_input or when I press the st.button ‘Afficher plus’

If someone read this message, HELP ! :pray:t3:

Hey @garybouvet,

Thanks for sharing this question. It looks like you may have deleted the app, but this error message typically means that your app is exceeding Community Cloud’s 1 GB memory limit. Check out this blog post for some suggestions on reducing your app’s memory usage.

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