[20:19:59] ❗️ Streamlit server consistently failed status checks
[20:19:59] ❗️ Please fix the errors, push an update to the git repo, or reboot the app.
don’t understand why this is happening, the loading dataset is less than 200 rows and 100 cols.
this is the GitHub of the code, only happens when entering the estadisticas page. can’t find the real reason.
why this is happening, someone said might be data load, but I don’t have that problem here, worked just fine until yesterday afternoon and works well with local server.
I’m seeing a different error when I open your app:
File "/home/adminuser/venv/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 552, in _run_script
exec(code, module.__dict__)File "/mount/src/pdfreader/Inicio.py", line 244, in <module>
main()File "/mount/src/pdfreader/Inicio.py", line 23, in main
authenticator = stauth.Authenticate(
^^^^^^^^^^^^^^^^^^^^File "/home/adminuser/venv/lib/python3.11/site-packages/streamlit_authenticator/authenticate.py", line 37, in __init__
self.credentials['usernames'] = {key.lower(): value for key, value in credentials['usernames'].items()}
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^File "/home/adminuser/venv/lib/python3.11/site-packages/streamlit/runtime/secrets.py", line 105, in __setitem__
raise TypeError("Secrets does not support item assignment.")