streamlit maximum recursion depth exceeded while calling a Python object
First, congrats to this repo's contributors, very clear and concise. I'm getting recursion limit errors running modified streamlit dashboard e.g.: streamlit maximum recursion depth exceeded while calling a Python object. Setting higher recursion limit up to 1500 does only help to slightly postpone the issue, the stack size is growing at every st.experimental_rerun . Inside streamlit app I follow similar workflow, connect to pinot db, query it and display results. Sounds like a streamlit experimental_rerun issue. I wonder you've met with similar.
Hi,
Sorry for the late reply. I haven't seen that issue, but perhaps I haven't left it running long enough to see it. I will leave it running in my browser today to see if I can reproduce the issue.
Cheers, Mark