When trying to get my apps back up, they stuck and showing Initializing Java applet…
Earlier the apps where booting without any problems.
Here’s an example for one of my Apps
Link to the app: https://tobiarnold-co2-per-country-app-lgkjgb.streamlit.app/
Can you share the repository for your app?
Thanks! I don’t see any obvious issues – could you try deleting and re-deploying your app?
Actually i also get problems when loggin into my streamlit account since a couple of hours.
So I’m currently not able to reboot the app.
After Login i get the following error:
I contacted the support but still waiting for an answer
Hey @saibot90 , can you DM me the email address you’re using to log in?
1 Like
Franky1
February 24, 2023, 4:07pm
7
I don’t see any obvious issues either.
Just two improvements:
use plotly
in your requirements.txt
file, instead of plotly-express
load your data directly from the filesystem instead via https:
try:
df = pd.read_csv("data.csv")
df2 = pd.read_csv("data_graph.csv")
1 Like
After Login in my Account worked again, I was able to reboot the App and now it works
1 Like