You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to deploy my portfolio website which uses streamlit-vis-timeline. While deploying it on the streamlit cloud, rest of the application works fine but the page where I m using the above functionality , it shows permission denied.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to deploy my portfolio website which uses streamlit-vis-timeline. While deploying it on the streamlit cloud, rest of the application works fine but the page where I m using the above functionality , it shows permission denied.
App Link : https://omkar-kadam-digital-resume.streamlit.app/
streamlit.runtime.caching.cache_errors.CacheKeyNotFoundError: Local disk cache storage is disabled (persist=None)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/adminuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 535, in _run_script
File "/mount/src/omkar-kadam/main.py", line 292, in
File "/home/adminuser/venv/lib/python3.9/site-packages/streamlit_timeline/init.py", line 126, in st_timeline
File "/home/adminuser/venv/lib/python3.9/site-packages/streamlit/runtime/caching/cache_utils.py", line 212, in wrapper
File "/home/adminuser/venv/lib/python3.9/site-packages/streamlit/runtime/caching/cache_utils.py", line 241, in call
File "/home/adminuser/venv/lib/python3.9/site-packages/streamlit/runtime/caching/cache_utils.py", line 267, in _get_or_create_cached_value
File "/home/adminuser/venv/lib/python3.9/site-packages/streamlit/runtime/caching/cache_utils.py", line 321, in _handle_cache_miss
File "/home/adminuser/venv/lib/python3.9/site-packages/streamlit_timeline/init.py", line 71, in _import_styles
File "/usr/local/lib/python3.9/shutil.py", line 266, in copyfile
PermissionError: [Errno 13] Permission denied: '/home/adminuser/venv/lib/python3.9/site-packages/streamlit_timeline/frontend/build/index.html':
Beta Was this translation helpful? Give feedback.
All reactions