My won't reboot even though it has been fine for the past 3 months

I can always access that anytime and wake it up in seconds, usually. But now, it can’t even do that anymore

I used pipfreeze for requirement.txt so streamlit ver is below and im using python 12.

altair==5.5.0
attrs==24.3.0
blinker==1.9.0
CacheControl==0.14.2
cachetools==5.5.1
category_encoders==2.8.0
certifi==2024.12.14
cffi==1.17.1
charset-normalizer==3.4.1
click==8.1.8
colorama==0.4.6
cryptography==44.0.0
firebase-admin==6.6.0
gitdb==4.0.12
GitPython==3.1.44
google-api-core==2.24.0
google-api-python-client==2.159.0
google-auth==2.38.0
google-auth-httplib2==0.2.0
google-cloud-core==2.4.1
google-cloud-firestore==2.20.0
google-cloud-storage==2.19.0
google-crc32c==1.6.0
google-resumable-media==2.7.2
googleapis-common-protos==1.66.0
grpcio==1.69.0
grpcio-status==1.69.0
httplib2==0.22.0
idna==3.10
Jinja2==3.1.5
joblib==1.4.2
jsonschema==4.23.0
jsonschema-specifications==2024.10.1
markdown-it-py==3.0.0
MarkupSafe==3.0.2
mdurl==0.1.2
msgpack==1.1.0
narwhals==1.23.0
numpy==2.2.2
packaging==24.2
pandas==2.2.3
patsy==1.0.1
pillow==11.1.0
plotly==6.0.0
proto-plus==1.25.0
protobuf==5.29.3
pyarrow==19.0.0
pyasn1==0.6.1
pyasn1_modules==0.4.1
pycparser==2.22
pydeck==0.9.1
Pygments==2.19.1
PyJWT==2.10.1
pyparsing==3.2.1
python-dateutil==2.9.0.post0
pytz==2024.2
referencing==0.36.1
requests==2.32.3
rich==13.9.4
rpds-py==0.22.3
rsa==4.9
scikit-learn==1.6.1
scipy==1.15.1
six==1.17.0
smmap==5.0.2
statsmodels==0.14.4
streamlit==1.41.1
tenacity==9.0.0
threadpoolctl==3.5.0
toml==0.10.2
tornado==6.4.2
typing_extensions==4.12.2
tzdata==2025.1
uritemplate==4.1.1
urllib3==2.3.0
watchdog==6.0.0

and heres the logs

[16:08:23] 🚀 Starting up repository: 'puskar-app', branch: 'master', main module: 'app.py'
[16:08:23] 🐙 Cloning repository...
[16:08:26] 🐙 Failed
[16:08:36] 🐙 Failed
[16:08:46] 🐙 Failed
[16:08:56] 🐙 Failed
[16:09:06] 🐙 Failed to download the sources for repository: 'puskar-app', branch: 'master', main module: 'app.py'
[16:09:06] 🐙 Make sure the repository and the branch exist and you have write access to it, and then reboot the app

and the repo is private, but i dont think it matters because it usually works for the last 3 months

Judging from the error, the problem isn’t installing your dependencies but pulling the files from GitHub. Perhaps the GitHub connection needs its keys refreshed. Have you tried deleting the app from your dashboard and redeploying it?

I have, here’s my repo for more reference.

Maybe it’s the pkl file in the models folder? but if it is, i don’t know what to do

What is the total size of your repository on disk? Last I checked, the storage limitation was 50GB. Most people run into the RAM limitation which is much smaller. (The error you posted indicates an issue with the plain file copying before any kind of parsing happens. I see you are using LFS. I’m not specifically aware of an issue downloading from LFS, but it’s something to look at.)

Only 883 MB

I’m just guessing here and maybe this is nothing since you’ve said it worked in the past, but can you try including the git-lfs dependency in packages.txt as described here: Help with loading the pickle file in my app - #2 by edsaac