I get this error message when I view my app. I deployed it a few months ago with no problems but when I viewed it again, it had an error. I’ve tried deleting and redeploying but to no avail.
Generally, this is in indication that an app has gone over its resource limits. In this case, I’d recommend rebooting the app. I know you said you deleted it and redeployed it, but can you try rebooting and watching the logs as it’s rebooting? (You’ll need to reboot it from your dashboard since apps in this state don’t have the Cloud overlay in their lower-right corner.) Just reboot it from the dashboard and immediately view it. You should see it switch to “In the oven” in a few seconds so you can watch the logs.
If it goes to “Oh no” before it gets up an running, I’d be curious if it’s got more information that it’s reading in now vs when you created it, or some other reason it might be holding more in memory now.
There is a little problem with Streamlit versions <= 1.19 as it relates to Altair. Streamlit didn’t pin the version of Altair (for Streamlit <=1.19) but needs Altair version <5. As such, Community Cloud tries to address this, but it basically resinstalls Altair after Streamlit, which can change all the versions of Altair’s dependencies in the process.
Since you’ve pinned streamlit==1.14.0, try also pinning altair<5. The error looks a little different than I’m used to seeing it, though, so not sure if there’s something else going, too. If you can use a newer version of Streamlit, that should unlock some of the pip restrictions that happen.