Hi all,
I have used streamlit cloud to deploy app successfully these days. Today I encounter one error
[04:49:08] 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] installer returned a non-zero exit code
[04:49:09] Error during processing dependencies! Please fix the error and push an update, or try restarting the app.
[04:50:44] Streamlit server consistently failed status checks
[04:50:44] Please fix the errors, push an update to the git repo, or reboot the app.
Compare to my previous log
[17:14:16] 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