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

Space in url creates issues when requesting a taxonomy #94

Closed
manusimidt opened this issue Oct 27, 2022 Discussed in #93 · 0 comments
Closed

Space in url creates issues when requesting a taxonomy #94

manusimidt opened this issue Oct 27, 2022 Discussed in #93 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@manusimidt
Copy link
Owner

Discussed in #93

Originally posted by ahoward-cf October 26, 2022
I am encountering the following error when trying to parse an iXBRL file saved locally. With other files, the parser is able to download all the relevant taxonomies, but this file (and many others like it) are failing when trying to retrieve certain taxonomies. The error appears to indicate that such a taxonomy does not exist, but following the link indicates that there is something present. My knowledge of XBRL is limited and I am not sure what is causing this error.

My code block is as follows:

`logging.basicConfig(level=logging.INFO)

cache: HttpCache = HttpCache('./cache')
parser = XbrlParser(cache)

schema_url = "./07804038_aa_2021-08-27.xhtml"
inst: XbrlInstance = parser.parse_instance(schema_url)`

The taxonomy is linked at this address which does appear to exist.

Yet I get the following error.

image

@manusimidt manusimidt added the bug Something isn't working label Oct 27, 2022
@manusimidt manusimidt self-assigned this Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant