Since there no code and requirements error shown in logs in manage app section. But my app crashed and stops itself. I need Immediate solution to resolve this issue

If you’re creating a debugging post, please include the following info:

  1. S

    hare the link to the public app (deployed on Community Cloud).

  2. Share the link to your app’s public GitHub repository (including a requirements file).

  3. Share the full text of the error message (not a screenshot).

  4. Share the Streamlit and Python versions.

Hey there, thanks for reaching out and including the error screenshot! :blush: When you see the “Oh no. Error running app” message on Streamlit Community Cloud, it usually means your app hit a runtime error, exceeded resource limits, or failed to install dependencies. To get help from the community, please provide:

  1. Public app link (your deployed Streamlit app URL).
  2. GitHub repository link (including your requirements.txt file).
  3. Full error message text (copy-paste from the “Manage app” logs, not just a screenshot).
  4. Streamlit and Python versions (you can print these in your app with st.write(st.__version__) and st.write(sys.version)).

This info helps others reproduce and debug your issue. For more on best practices, see the official troubleshooting guide and dependency management. If you’re missing a requirements file or have version conflicts, that’s a common cause of deployment errors.

Sources:


Full error message text (The full log error message is pasted below)

[ UTC ] Logs for lila-blacktelemetrydashboard-miqwtowrayof47w7wdrqou.streamlit.app/
────────────────────────────────────────────────────────────────────────────────────────
[03:25:22] Provisioning machine…
[03:25:22] Preparing system…
[03:25:22] Spinning up manager process…
[03:25:14] Starting up repository: ‘lila-_black_telemetry_dashboard’, branch: ‘main’, main module: ‘app_all_days.py’
[03:25:14] Cloning repository…
[03:25:16] Cloning into ‘/mount/src/lila-_black_telemetry_dashboard’…

[03:25:16] Cloned repository!
[03:25:16] Pulling code changes from Github…
[03:25:17] Processing dependencies…

──────────────────────────────────────── uv ───────────────────────────────────────────

Using uv pip install.
Using Python 3.11.15 environment at /home/adminuser/venv
Resolved 44 packages in 509ms
Prepared 44 packages in 1.73s
Installed 44 packages in 75ms

  • altair==6.0.0
  • attrs==25.4.0
  • blinker==1.9.0
  • cachetools==7.0.5
  • certifi==2026.2.25
  • charset-normalizer==3.4.5
  • click==8.3.1
  • contourpy==1.3.3
  • cycler==0.12.1
  • fonttools==4.62.0
  • gitdb==4.0.12
  • gitpython==3.1.46
  • idna==3.11
  • jinja2==3.1.6
    +[2026-03-11 03:25:20.041710] jsonschema==4.26.0
  • jsonschema-specifications==2025.9.1
  • kiwisolver==1.5.0
  • markupsafe==3.0.3
  • matplotlib==[2026-03-11 03:25:20.041970] 3.10.8
  • narwhals==2.18.0
  • numpy==2.4.3
  • packaging==26.0
  • pandas==2.3.3
  • pillow==12.1.1
  • protobuf==6.33.5
  • pyarrow==23.0.1
  • pydeck==0.9.1[2026-03-11 03:25:20.042171]
  • pyparsing==3.3.2
  • python-dateutil==2.9.0.post0
  • pytz==2026.1.post1
  • referencing==0.37.0
  • requests==2.32.5
  • rpds-py==0.30.0
  • seaborn==0.13.2
  • six==1.17.0[2026-03-11 03:25:20.042292]
  • smmap==5.0.3
  • streamlit==1.55.0
  • tenacity==9.1.4
  • toml==0.10.2
  • tornado==6.5.5
  • typing-extensions==4.15.0
  • tzdata==2025.3
  • urllib3==2.6.3
  • watchdog==6.0.0[2026-03-11 03:25:20.042389]
    Checking if Streamlit is installed
    Found Streamlit version 1.55.0 in the environment
    Installing rich for an improved exception logging
    Using uv pip install.
    Using Python 3.11.15 environment at /home/adminuser/venv
    Resolved 4 packages in 136ms
    Prepared 4 packages in 128ms
    Installed 4 packages in 16ms
  • markdown-it-py==4.0.0
  • mdurl==0.1.2
  • pygments==2.19.2
  • rich==14.3.3

────────────────────────────────────────────────────────────────────────────────────────

[03:25:22] Python dependencies were installed from /mount/src/lila-_black_telemetry_dashboard/requirements.txt using uv.
Check if streamlit is installed
Streamlit is already installed
[03:25:23] Processed dependencies!

[03:26:42] Provisioning machine…
[03:26:48] Preparing system…
[03:26:45] Starting up repository: ‘lila-_black_telemetry_dashboard’, branch: ‘main’, main module: ‘app_all_days.py’
[03:26:45] Cloning repository…
[03:26:48] Spinning up manager process…
[03:27:00] Cloning into ‘/mount/src/lila-_black_telemetry_dashboard’…

[03:27:00] Cloned repository!
[03:27:00] Pulling code changes from Github…
[03:27:01] Processing dependencies…

──────────────────────────────────────── uv ───────────────────────────────────────────

Using uv pip install.
Using Python 3.11.15 environment at /home/adminuser/venv
Resolved 44 packages in 497ms
Prepared 44 packages in 1.88s
Installed 44 packages in 92ms

  • altair==6.0.0
  • attrs==25.4.0
  • blinker==1.9.0
  • cachetools==7.0.5
  • certifi==2026.2.25
  • charset-normalizer==3.4.5
  • click==8.3.1
  • contourpy==1.3.3
  • cycler==0.12.1
  • fonttools==4.62.0
  • gitdb[2026-03-11 03:27:04.490022] ==4.0.12
  • gitpython==3.1.46
  • idna==3.11
  • jinja2==3.1.6
  • jsonschema==4.26.0
  • jsonschema-specifications==2025.9.1
  • kiwisolver==1.5.0
  • markupsafe==3.0.3
  • matplotlib[2026-03-11 03:27:04.490195] ==3.10.8
  • narwhals==2.18.0
  • numpy==2.4.3
  • packaging==26.0
  • pandas==2.3.3
  • pillow==[2026-03-11 03:27:04.490328] 12.1.1
  • protobuf==6.33.5
  • pyarrow==23.0.1
  • pydeck==0.9.1[2026-03-11 03:27:04.490474]
  • pyparsing==3.3.2
  • python-dateutil==2.9.0.post0
  • pytz==[2026-03-11 03:27:04.491114] 2026.1.post1
  • referencing==0.37.0
  • requests==2.32.5
  • rpds-py[2026-03-11 03:27:04.491263] ==0.30.0
  • seaborn==0.13.2
  • six==1.17.0
  • smmap[2026-03-11 03:27:04.491448] ==5.0.3
  • streamlit==1.55.0
  • tenacity==9.1.4
    [2026-03-11 03:27:04.491577] + toml==0.10.2
  • tornado==6.5.5
  • typing-extensions==4.15.0
  • tzdata==2025.3
  • urllib3==2.6.3
  • [2026-03-11 03:27:04.491932] watchdog==6.0.0
    Checking if Streamlit is installed
    Found Streamlit version 1.55.0 in the environment
    Installing rich for an improved exception logging
    Using uv pip install.
    Using Python 3.11.15 environment at /home/adminuser/venv
    Resolved 4 packages in 150ms
    Prepared 4 packages in 139ms
    Installed 4 packages in 20ms
  • markdown-it-py==[2026-03-11 03:27:05.973713] 4.0.0
  • mdurl==0.1.2
  • pygments==2.19.2
  • rich==14.3.3

────────────────────────────────────────────────────────────────────────────────────────

[03:27:06] Python dependencies were installed from /mount/src/lila-_black_telemetry_dashboard/requirements.txt using uv.
Check if streamlit is installed
Streamlit is already installed
[03:27:07] Processed dependencies!