Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Online demo instance showing error - No such file or directory: components #21

Closed
NumesSanguis opened this issue Feb 26, 2022 · 1 comment

Comments

@NumesSanguis
Copy link

Your online instance hosted on Hugging Face is currently facing an issue, the one you link from your blog:

FileNotFoundError: [Errno 2] No such file or directory: 'components'
Traceback:

File "/home/user/.local/lib/python3.8/site-packages/streamlit/script_runner.py", line 354, in _run_script
    exec(code, module.__dict__)
File "/home/user/app/frontend/main.py", line 12, in <module>
    microverses.paint()
File "frontend/components/microverses.py", line 24, in paint
    components = [e.split('.')[0] for e in os.listdir('components') if e.endswith(

Unrelated, but thank you for the interesting write-ups!

@paulbricman
Copy link
Owner

Thanks for the find, @NumesSanguis, it should be solved now. Let me know if you run into other issues, feedback right now is super valuable!

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

No branches or pull requests

2 participants