Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error after uploading the file #2

Open
negmatm opened this issue Apr 6, 2022 · 0 comments
Open

Error after uploading the file #2

negmatm opened this issue Apr 6, 2022 · 0 comments

Comments

@negmatm
Copy link

negmatm commented Apr 6, 2022

streamlit.errors.StreamlitAPIException: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if you're on Streamlit Cloud, click on 'Manage app' in the lower right of your app).
Traceback:
File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/scriptrunner/script_runner.py", line 443, in _run_script
exec(code, module.dict)
File "/app/example-app-csv-wrangler/app.py", line 78, in
file_container.write(shows)
File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/elements/write.py", line 183, in write
self.dg.dataframe(arg)
File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/elements/dataframe_selector.py", line 85, in dataframe
return self.dg._arrow_dataframe(data, width, height)
File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/elements/arrow.py", line 82, in _arrow_dataframe
marshall(proto, data, default_uuid)
File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/elements/arrow.py", line 160, in marshall
proto.data = type_util.data_frame_to_bytes(df)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant