-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
maximum recursion depth exceeded in __instancecheck__ #127
Comments
Hey @keyboardcrimp, are you working on an XBRL Instance file you can share? |
Hi @manusimidt thanks for getting back to me on this. Sure, so I'm trying to download and parse some balance sheets from companies house and having a fair number of them fail on recursion errors. If you want to replicate it there's a link here to download a zip containing a days worth of balance sheets: https://download.companieshouse.gov.uk/Accounts_Bulk_Data-2024-02-24.zip And here are all the ones I noted that failed on recursion:
|
Hey @keyboardcrimp thanks for providing the filings. I will have a look into it. |
Is there anyway to increase the recursion depth? I keep running into this issue, I don't mind if it takes a bit longer to process a file but I'd prefer for the action to finish rather than erroring out.
The text was updated successfully, but these errors were encountered: