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.
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.
Getting the following bug in _utils.py in the function get_filing_urls_to_download:
--> 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.