Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

streamlit maximum recursion depth exceeded while calling a Python object #1

Open
fadeevla opened this issue Jul 4, 2022 · 1 comment

Comments

@fadeevla
Copy link

fadeevla commented Jul 4, 2022

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.

@mneedham
Copy link
Owner

mneedham commented Aug 1, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants