Not sure how to go about fixing this - the app works perfectly fine locally. I tried doing the deployment through a link, but that didn’t work either. Any help would be greatly appreciated!
Having the same problem here, deleting and re-deploying didn’t solve it.
Seems like some problem in streamlit cloud server side in copying sources from github repo
[09:15:32] 🖥 Provisioning machine...
[09:15:37] 🎛 Preparing system...
[09:15:44] ⛓ Spinning up manager process...
[09:15:49] 🎈 Inflating balloons...
[09:15:56] 📖 Unpacking Comic Sans RAR files...
[09:16:01] 🚧 Loading "Under construction" GIF...
[09:16:08] 🛠 Compiling <blink> tags...
[09:16:14] 📠 Initializing Java applet...
[09:16:21] ⏳ Please wait...
[09:15:36] 🚀 Starting up repository: 'colorskim', branch: 'aplikasi', main module: 'colorskim_app/streamlit-serv.py'
[09:15:36] 🐙 Cloning repository...
[09:15:43] 🐙 Enumerating objects: 570, done.
Counting objects: 100% (238/238), done.
Compressing objects: 100% (111/111), done.
Total 570 (delta 151), reused 182 (delta 112), pack-reused 332
[09:15:57] 🐙 Enumerating objects: 570, done.
Counting objects: 100% (238/238), done.
Compressing objects: 100% (111/111), done.
Total 570 (delta 151), reused 182 (delta 112), pack-reused 332
[09:16:10] 🐙 Enumerating objects: 570, done.
Counting objects: 100% (238/238), done.
Compressing objects: 100% (111/111), done.
Total 570 (delta 151), reused 182 (delta 112), pack-reused 332
[09:16:23] 🐙 Enumerating objects: 570, done.
Counting objects: 100% (238/238), done.
Compressing objects: 100% (111/111), done.
Total 570 (delta 151), reused 182 (delta 112), pack-reused 332
[09:16:36] 🐙 Enumerating objects: 570, done.
Counting objects: 100% (238/238), done.
Compressing objects: 100% (111/111), done.
Total 570 (delta 151), reused 182 (delta 112), pack-reused 332
[09:16:46] 🐙 Failed to download the sources for repository: 'colorskim', branch: 'aplikasi', main module: 'colorskim_app/streamlit-serv.py'
[09:16:46] 🐙 Make sure the repository and the branch exist and you have write access to it, and then reboot the app.
I am also facing the same issue. Tried rebooting the app 4 to 5 times, deleting and redeploying the app, unlinked and re-linked streamlit and github. Nothing worked. This is my app url :
I see some errors in the logs for your app, including the following:
Traceback (most recent call last): File "/home/ad<mark>min</mark>user/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 534, in _run_script exec(code, module.__dict__) File "/mount/src/emotion-detection/app.py", line 13, in <module> img=img.reshape(48,48,1) ValueError: cannot reshape array of size 1 into shape (48,48,1)