Skip to content

Issue with downloading 10-K #135

@prodigy803

Description

@prodigy803

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions