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

IsADirectoryError in component_request_handler #13

Open
janhenner opened this issue Sep 19, 2023 · 0 comments
Open

IsADirectoryError in component_request_handler #13

janhenner opened this issue Sep 19, 2023 · 0 comments

Comments

@janhenner
Copy link

Hello,

I've noticed recurrent "IsADirectoryError" messages in the logs of our cloud-hosted Streamlit repository. Despite no current issues being visible to the end users, I would like to proactively address this.

Could anyone shed light on the severity of this error and potential preventative measures?

ComponentRequestHandler: GET /opt/venv/lib/python3.8/site-packages/streamlit_javascript/frontend/build read error
Traceback (most recent call last):
File "/opt/venv/lib/python3.8/site-packages/streamlit/web/server/component_request_handler.py", line 55, in get
with open(abspath, "rb") as file:
IsADirectoryError: [Errno 21] Is a directory: '/opt/venv/lib/python3.8/site-packages/streamlit_javascript/frontend/build'

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