In some cases, my streamlit can not be access by some users.
the webpage will return “Bad message format, Tried to use SessionInfo before it was initialized”
another information is:
Cannot read property ‘maxCachedMessageAge’ of null
Is there have any solution to fix this problem?
I find the reason, when the web program run on latest Chrome Explorer,
It will report the Bad message format error information
Relative Chrome Exploer Version: 90.0.4430.85
Problem solved.
After chrome explorer was updated, streamlit program must to restart again
So use streamlit run example.py
Those two problem will not appear again.