Hi, I’m using Streamlit built in python 3.11 & deployed through Github.
There’s no problem or error in my code, but the app frequently raise “oh no Error running app". If this keeps happpening. please contact support”, and just rebooting the app makes it works. Why this keep happening?
——————————————————————————————————————————-
Please take a moment to search the forum and documentation before posting a new topic.
If you’re creating a debugging post, please include the following info:
-
Are you running your app locally or is it deployed?
→ deployed in Github. -
If your app is deployed:
a. Is it deployed on Community Cloud or another hosting platform?
b. Share the link to the public deployed app.
→ GitHub - ogaren-gm/streamlit-app -
Share the link to your app’s public GitHub repository (including a requirements file).
streamlit==1.37.1
# streamlit-camera-input-live==0.2.0
# streamlit-card==1.0.2
# streamlit-embedcode==0.1.2
# streamlit-extras==0.4.6
# streamlit-faker==0.0.3
# streamlit-image-coordinates==0.1.9
# streamlit-keyup==0.2.4
# streamlit-option-menu==0.3.13
# streamlit-toggle-switch==1.0.2
# streamlit-vertical-slider==2.5.5
# numpy
# pandas>=1.3.0
# scipy>=1.7.0
# PyMySQL==1.1.1
# matplotlib==3.9.1.post1
# plotly==5.23.0
# tqdm==4.67.1
# db_dtypes==1.4.3
# google-cloud-bigquery-storage==2.32.0
# xlsxwriter==3.2.5
# google-cloud-bigquery==3.25.0
# google-auth==2.30.0
# pandas-gbq==0.23.1
# pyarrow==15.0.2
# streamlit-aggrid==0.3.4.post3
# ────────── Core ──────────
streamlit==1.48.1
pandas==2.2.2
numpy==1.26.4
scipy==1.11.4
matplotlib==3.8.4
plotly==5.23.0
protobuf<5
pyarrow==15.0.2
# ────────── Streamlit Extras ──────────
streamlit-aggrid==0.3.4.post3
streamlit-camera-input-live==0.2.0
streamlit-card==1.0.2
streamlit-embedcode==0.1.2
streamlit-extras==0.4.6
streamlit-faker==0.0.3
streamlit-image-coordinates==0.1.9
streamlit-keyup==0.2.4
streamlit-option-menu==0.3.13
streamlit-toggle-switch==1.0.2
streamlit-vertical-slider==2.5.5
# ────────── Google Cloud & Auth ──────────
google-auth==2.30.0
google-cloud-bigquery==3.25.0
google-cloud-bigquery-storage==2.32.0
pandas-gbq==0.23.1
db-dtypes==1.4.3
gspread==6.1.2
PyMySQL==1.1.1
# ────────── Utils ──────────
tqdm==4.67.1
openpyxl==3.1.5
xlsxwriter==3.2.5
-
Share the full text of the error message (not a screenshot).
-
Share the Streamlit and Python versions.
3.11