-
Notifications
You must be signed in to change notification settings - Fork 157
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels