Hello everyone,
I deployed a uni project on Streamlit Community Cloud but I get this error:
[13:26:44] π Cloning repository...
[13:26:46] π Failed
[13:26:56] π Failed
[13:27:06] π Failed
[13:27:16] π Failed
[13:27:26] π Failed to download the sources for repository: 'stage', branch: 'main', main module: '1_π _Home.py'
[13:27:26] π Make sure the repository and the branch exist and you have write access to it, and then reboot the app.
[13:27:26] π Pulling code changes from Github...
[13:27:58] βοΈ Updating the app files has failed: git pull: exit status 128: Downloading Ticino_code/checkpoints/rgb_only_lc/checkpoints/last.ckpt (172 MB)
Error downloading object: Ticino_code/checkpoints/rgb_only_lc/checkpoints/last.ckpt (56c8059): Smudge error: Error downloading Ticino_code/checkpoints/rgb_only_lc/checkpoints/last.ckpt (56c8059bbaea01132cf6d4bb9abab5f3e3b6c147709a57e1e640658099b13924): batch request: git@github.com: Permission denied (publickey).: exit status 255
Errors logged to /mount/src/stage/.git/lfs/logs/20240905T132748.210771461.log
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: Ticino_code/checkpoints/rgb_only_lc/checkpoints/last.ckpt: smudge filter lfs failed
[13:29:04] βοΈ Streamlit server consistently failed status checks
[13:29:04] βοΈ Please fix the errors, push an update to the git repo, or reboot the app.
I believe it might be related to reaching the Git LFS bandwidth limit because i have problem only with this project on Streamlit Community Cloud. I also tried to update the repository and reboot the app but still I got this problem and tried git lfs logs last
but there are no logs to show.
Has anyone experienced a similar issue? Is there an alternative to using Git LFS for handling large files with Streamlit? Or could the problem be caused by something else?
Thanks everyone for helping.