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

Issue with downloading 10-K #135

Open
prodigy803 opened this issue Jan 16, 2024 · 1 comment
Open

Issue with downloading 10-K #135

prodigy803 opened this issue Jan 16, 2024 · 1 comment

Comments

@prodigy803
Copy link

Getting the following bug in _utils.py in the function get_filing_urls_to_download:

208             # from the response payload in case it changes in the future

--> 209 query_size = search_query_results["query"]["size"]
210 start_index += query_size"

Its cause the structure of the query has changed and its saying that "TypeError: string indices must be integers". Before I hack something felt like running this by here to get some response.

@jadchaar
Copy link
Owner

hey @prodigy803 can you try updating the package to the latest version 5.0.x? If the issue still occurs, please do respond back with python version, example query that is causing this, and package version.

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