New app stuck in the oven

EDIT

Seems like the problem is related to the subject of the folowwing thread: https://discuss.streamlit.io/t/app-deployment-stuck-after-processed-dependencies/37179/11

Summary

Hi everyone,
Iโ€™m trying to create my first streamlit app with a GitHub repository, but the proccess is stuck showing only the message โ€œYour app is in the ovenโ€.
The log shows the following messages:

[12:23:44] ๐Ÿ–ฅ Provisioning machine...
[12:23:49] ๐ŸŽ› Preparing system...
[12:23:54] โ›“ Spinning up manager process...
[12:24:01] ๐ŸŽˆ Inflating balloons...
[12:24:07] ๐Ÿ“– Unpacking Comic Sans RAR files...
[12:24:14] ๐Ÿšง Loading "Under construction" GIF...
[12:24:21] ๐Ÿ›  Compiling <blink> tags...
[12:24:27] ๐Ÿ“  Initializing Java applet...
[12:24:34] โณ Please wait...

I have deleted and the created again new apps in order to get around the problem, but I still get stuck. I have waited up to 35 minutes with no changes.

My App: https://jorsnow-streamlit-first-app-streamlit-app-abkguu.streamlit.app/
GitHub repository: GitHub -jorsnow/streamlit_first_app

Thank you everyone for you time.

1 Like

Hey @jorsnow,

Your streamlit_first_app.py file does not seem to have any code.

Yes, thatโ€™s because Iโ€™m following one of the courses of Snowflake, which first creates the app without any code, resulting into one that would have one blank screen. The following step is adding the code.

I tried to generate the app with the code, but the same problem happened.

That being said, It seems that my problem is in relation to some general error, and thus has been linked to the thread about the aforementioned:
https://discuss.streamlit.io/t/app-deployment-stuck-after-processed-dependencies/37179/8

@jorsnow weโ€™re looking into why the application is stuck. Iโ€™ll update the thread when we know more.

1 Like