Running my app locally everything is fine but after deployment and a little use, I get the same error: “On no. Error running app” but there is nothing in the logs…
Thanks! I discovered thanks to your link that my app is running on 2GB memory since I use langchain, a local vector database and a local tokenizer… Do you know if Streamlit offers a way to increase memory usage limits ?
Finally, I found that it was the Hugging Face embedding that consumed most of my memory and made my app running out of memory, I got back using OpenAI embedding. Thanks a lot!
I’m also getting the Oh no, Error running app in one of my apps. It was working well for months and it still works locally.
The problem is I can’t even see the console on the right side to see what error there is.
Does someone know why this could be (the not seeing the console)?
I haven’t made any changes to my repository for a long time
Hi Franky1, thanks for the reply.
I have solved the problem, it was the altair vegalite v4 issue.
Just FYI for anyone reading, even after rebooting the app I wasn’t able to see the console log BUT today my app went to sleep and after clicking to wake it up then the console log was visible and showed the error.
So that can be a way to make it visible if you have that problem.