A community member encountered a RecursionError: maximum recursion depth exceeded while calling a Python object error when running their code, which was working fine the previous day. They are unsure of the cause and wonder if there was an update that could have triggered this issue. Other community members responded, asking for the full traceback, which the original poster provided. The community members then suggested that the issue might be due to a corrupted database, and the original poster decided to recreate a smaller version of the database, which resolved the problem. The community members acknowledged the resolution and provided further assistance.
Hi sorry had another question my code was working very well yesterday but I tried running it today and got the error "RecursionError: maximum recursion depth exceeded while calling a Python object" and I do no know where its coming from was there an update that could have caused this?
yes i just created a smaller versioin and am not getting that error anymore so i will try recreating a big one sorry i bothered you and thank you for all your help