“Unrecognised Dataset” error occurs w/ concurrent users

Please take a moment to search the forum and documentation before posting a new topic.
If you’re creating a debugging post, please include the following info:

  1. Are you running your app locally or is it deployed? Deployed
  2. If your app is deployed:
    a. Is it deployed on Community Cloud or another hosting platform? Community Cloud
    b. Share the link to the public deployed app. https://bioreactor.streamlit.app/
  3. Share the link to your app’s public GitHub repository GitHub - daisubc/bioreactor-streamlit: CHBE381 Bioreactor Model.
  4. Share the full text of the error message (not a screenshot).
Error: Unrecognized data set: decc170027f72833ee6bda4d99526ec0
at u (http://localhost:8501/static/js/7612.3f409b56.chunk.js:2:336974)
at oC (http://localhost:8501/static/js/7612.3f409b56.chunk.js:2:742221)
at HC.aC [as change] (http://localhost:8501/static/js/7612.3f409b56.chunk.js:2:742348)
at HC.insert (http://localhost:8501/static/js/7612.3f409b56.chunk.js:2:755518)
at E.createView (http://localhost:8501/static/js/8460.570de48a.chunk.js:1:12304)
at async E.componentDidUpdate (http://localhost:8501/static/js/8460.570de48a.chunk.js:1:10411)
  1. Share the Streamlit and Python versions.
    Python 3.9
    Streamlit 1.40

I’ve seen this topic in a few different threads but am not 100% convinced that there has been a proper resolution as the only solution wasn’t confirmed that it worked. This app works extremely well with a single user but as soon as multiple instances are spun up the plotting throws this error. Not clear what exactly is causing it.

Any help is greatly appreciated. :slight_smile:

Updated the streamlit version to 1.43 and it appears to not throw the error anymore. The graph goes blank temporarily and then comes back later. I’d like to understand a bit better on what is going on under the hood here.

:slight_smile: