Hey guys, how are you?
I was working on a Streamlit app, and everything worked perfectly. After updating the code, I have stopped the server and rerun it, but now I am getting the following error:
Script execution error 'NoneType' object has no attribute 'body'
I don’t think the error is related to my specific app since it appears even when I run streamlit hello, and there is no traceback.