Streamlit sharing not running

My app was working previosuly on streamlit sharing and it now no longer runs. I have copied some of the error messages below. Is there any support in this matter?

E: Failed to fetch http://deb.debian.org/debian/pool/main/g/glib2.0/libglib2.0-dev_2.58.3-2+deb10u2_amd64.deb  404  
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
[manager] installer returned a non-zero exit code
1 Like

I am encountering exactly the same error with streamlit sharing. My app was working a few hours ago and all of a sudden (upon an update) it stopped working.

This is the error I get in my log:

E: Failed to fetch http://deb.debian.org/debian/pool/main/libx/libx11/libx11-dev_1.6.7-1+deb10u1_amd64.deb  404  Not Found [IP: 151.101.54.132 80]

E: Failed to fetch http://deb.debian.org/debian/pool/main/g/glib2.0/libglib2.0-dev_2.58.3-2+deb10u2_amd64.deb  404  Not Found [IP: 151.101.54.132 80]

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

[manager] installer returned a non-zero exit code

[manager] Error during processing dependencies! Please fix the error and push an update, or try restarting the app.
1 Like

Same here. I get same thing with only graphviz in my packages.txt:

> cat packages.txt

graphviz
1 Like

Deleting and reuploading the app solved it for me.
Not the best but at least got back to work.