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)