Streamlit Cloud deploy problem

Hi all,
I have used streamlit cloud to deploy app successfully these days. Today I encounter one error

[04:49:08] :package: Apt dependencies were installed from /app/iasheet/packages.txt using apt-get.
Ign:1 Index of /debian-security stretch/updates InRelease
Hit:2 Index of /debian bullseye InRelease
Get:3 Index of /debian-security bullseye-security InRelease [48.4 kB]
Err:4 Index of /debian-security stretch/updates Release
404 Not Found [IP: 151.101.22.132 80]
Get:5 Index of /debian bullseye-updates InRelease [44.1 kB]
Get:6 https://packages.microsoft.com/debian/10/prod buster InRelease [6517 B]
Get:7 Index of /debian-security bullseye-security/main amd64 Packages [237 kB]
Get:8 https://packages.microsoft.com/debian/10/prod buster/main amd64 Packages [161 kB]
Reading package lists…[2023-04-24 04:49:09.318355]
E: The repository ‘Index of /debian-security stretch/updates Release’ no longer has a Release file.
[04:49:09] :exclamation: installer returned a non-zero exit code
[04:49:09] :exclamation: Error during processing dependencies! Please fix the error and push an update, or try restarting the app.
[04:50:44] :exclamation: Streamlit server consistently failed status checks
[04:50:44] :exclamation: Please fix the errors, push an update to the git repo, or reboot the app.

Compare to my previous log

[17:14:16] :package: Apt dependencies were installed from /app/iasheet/packages.txt using apt-get.
Hit:1 Index of /debian-security stretch/updates InRelease
Hit:2 Index of /debian bullseye InRelease
Get:3 Index of /debian-security bullseye-security InRelease [48.4 kB]
Get:4 Index of /debian bullseye-updates InRelease [44.1 kB]
Get:5 https://packages.microsoft.com/debian/10/prod buster InRelease [6517 B]
Get:6 Index of /debian-security bullseye-security/main amd64 Packages [237 kB]
Get:7 https://packages.microsoft.com/debian/10/prod buster/main amd64 Packages [161 kB]
Fetched 497 kB in 1s (934 kB/s)
Reading package lists…[2023-04-22 17:14:17.548102]
Reading package lists…[2023-04-22 17:14:18.044837]
Building dependency tree…[2023-04-22 17:14:18.177282]
Reading state information…[2023-04-22 17:14:18.177683]
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.

===============
It seems the lines cause this problem.

Ign:1 Index of /debian-security stretch/updates InRelease

How do I solve this? I have reboot app many times, still got the same error.

Thank you

2 Likes

Hello same has been happening to me since yesterday.
Seems like problem is not on our side , problem file is packages.txt and i am trying to install
chromium but got exactly same message as you.

2 Likes

I have the same problem to install default-jre with packages.txt, reboot don’t solve!
It looks like a workflow issue on the Streamlit cloud.

Try to delete and re-deploy the app.

It works today after reboot.

Thank you guys

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.