Trying to launch an app that I have been using for months. It went to sleep after a period of inactivity. When I tried to launch it again, it started to fail with the following error:
[12:00:28] π Starting up repository: 'daisy', branch: 'testing', main module: 'daisy_app.py'
[12:00:28] π Cloning repository...
[12:00:48] π Failed
[12:00:58] π Failed
[12:01:08] π Failed
[12:01:18] π Failed
[12:01:28] π Failed to download the sources for repository: 'daisy', branch: 'testing', main module: 'daisy_app.py'
[12:01:28] π Make sure the repository and the branch exist and you have write access to it, and then reboot the app.
I know the repo exists. It is a private repo, so I canβt provide links. It launches fine locally. I confirmed that my GitHub account has the relevant authorization for streamlit to be able to clone the repo. I deleted the app and started all over again. I received a message from GitHub saying that streamlit added a new SSH key. Still, I get the same βFailed β error.
How can I diagnose whatβs going on?
