pinot-wiki icon indicating copy to clipboard operation
pinot-wiki copied to clipboard

streamlit maximum recursion depth exceeded while calling a Python object

Open fadeevla opened this issue 3 years ago • 1 comments

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.

fadeevla avatar Jul 04 '22 15:07 fadeevla

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

mneedham avatar Aug 01 '22 10:08 mneedham