Unclear error

I have a deployed app (AWS, Elastic Beanstalk with docker image).
Usually, it works well, however, I keep getting the below error.

Traceback:
File "/usr/local/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling
    result = func()
             ^^^^^^
File "/usr/local/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 563, in code_to_exec
    raise RuntimeError(

Find the complete traceback in the logs.

1 Like